Commit 49b589fb02c4
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;