diff options
author | David Runge <dave@sleepmap.de> | 2023-12-19 18:51:14 +0100 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2023-12-19 18:51:14 +0100 |
commit | ff9eb38345a936eaec75f0bd2cf06f0914173d41 (patch) | |
tree | 6db0f88ae44e58429102f310d0f9f58e1f3f43ae /.config/systemd/system/mbsync@.service | |
parent | fe974edfc02ee86b29c08aba298f7f6aa8883f6c (diff) | |
download | dotfiles-ff9eb38345a936eaec75f0bd2cf06f0914173d41.tar.gz dotfiles-ff9eb38345a936eaec75f0bd2cf06f0914173d41.tar.bz2 dotfiles-ff9eb38345a936eaec75f0bd2cf06f0914173d41.tar.xz dotfiles-ff9eb38345a936eaec75f0bd2cf06f0914173d41.zip |
mbsync: Output mailboxes.rc to XDG compliant mutt config dir
Signed-off-by: David Runge <dave@sleepmap.de>
Diffstat (limited to '.config/systemd/system/mbsync@.service')
-rw-r--r-- | .config/systemd/system/mbsync@.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/systemd/system/mbsync@.service b/.config/systemd/system/mbsync@.service index e86e902..ca25f39 100644 --- a/.config/systemd/system/mbsync@.service +++ b/.config/systemd/system/mbsync@.service @@ -4,7 +4,7 @@ Description=Mailbox synchronization service for %i [Service] Type=oneshot ExecStart=-/usr/bin/mbsync -Va -ExecStart=/home/%i/bin/mutt_mailboxes -o /home/%i/.mutt/mailboxes.rc /home/%i/.mail/ +ExecStart=/home/%i/bin/mutt_mailboxes -o /home/%i/.config/mutt/mailboxes.rc /home/%i/.mail/ ExecStartPost=/usr/bin/notmuch new User=%i |