aboutsummaryrefslogtreecommitdiffstats
path: root/.config/systemd
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2021-09-28 23:42:29 +0200
committerDavid Runge <dave@sleepmap.de>2021-09-28 23:42:29 +0200
commit354003d6ce05b6ef2a49490118d606ef05e53184 (patch)
tree96adc271db5f78f331860124a9c0335ef11d2655 /.config/systemd
parent1bb9d598b2754305c87828bfab120c9320e052db (diff)
downloaddotfiles-354003d6ce05b6ef2a49490118d606ef05e53184.tar.gz
dotfiles-354003d6ce05b6ef2a49490118d606ef05e53184.tar.bz2
dotfiles-354003d6ce05b6ef2a49490118d606ef05e53184.tar.xz
dotfiles-354003d6ce05b6ef2a49490118d606ef05e53184.zip
mbsync: run notmuch last
.config/systemd/user/mbsync.service: Run notmuch after `mbsync2mutt_mailboxes` so that mailboxes.rc is always created after sync (even if notmuch fails).
Diffstat (limited to '.config/systemd')
-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