Commit 49b589fb02c4

Vincent Demeester <vincent@sbr.pm>
2020-01-05 15:08:24
mail.nix: fix postExec
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 17b453d
Changed files (1)
modules
profiles
modules/profiles/mails.nix
@@ -116,7 +116,7 @@ xdg.configFile."mbsync/postExec" = {
   # Remove inbox (lower-case)
   ${pkgs.notmuch}/bin/notmuch tag -inbox -- tag:inbox
   # Remove Inbox tagged message that are not in an Inbox
-  ${pkgs.notmuch} tag -Inbox -- not folder:redhat/Inbox and not folder:perso/Inbox and tag:Inbox
+  ${pkgs.notmuch}/bin/notmuch tag -Inbox -- not folder:redhat/Inbox and not folder:perso/Inbox and tag:Inbox
   ${pkgs.libnotify}/bin/notify-send "Mails synced 📬"
   '';
   executable = true;