From da7e214c346e9f20aeac24f0dca7453b292ab5b6 Mon Sep 17 00:00:00 2001 From: David Runge Date: Thu, 2 Feb 2023 16:19:07 +0100 Subject: isync: Use mutt_mailboxes script for generating mailboxes.rc --- .config/systemd/system/mbsync@.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/systemd/system/mbsync@.service b/.config/systemd/system/mbsync@.service index a081e14..5e9592d 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 -ExecStartPost=/home/%i/bin/mbsync2mutt_mailboxes /home/%i/.mutt/mailboxes.rc +ExecStartPost=/home/%i/bin/mutt_mailboxes -o /home/%i/.mutt/mailboxes.rc /home/%i/.mail/ ExecStartPost=/usr/bin/notmuch new User=%i -- cgit v1.2.3-54-g00ecf