aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/systemd/user/mbsync.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/systemd/user/mbsync.service b/.config/systemd/user/mbsync.service
index 3d1bde0..ae8b924 100644
--- a/.config/systemd/user/mbsync.service
+++ b/.config/systemd/user/mbsync.service
@@ -4,5 +4,5 @@ Description=Mailbox synchronization service
[Service]
Type=oneshot
ExecStart=-/usr/bin/mbsync -Va
-ExecStartPost=/usr/bin/notmuch new
ExecStartPost=%h/bin/mbsync2mutt_mailboxes %h/.mutt/mailboxes.rc
+ExecStartPost=/usr/bin/notmuch new \ No newline at end of file