Commit 242ceb802437
Changed files (1)
modules
profiles
modules/profiles/mails.nix
@@ -93,6 +93,7 @@ in
${pkgs.notmuch}/bin/notmuch new
${pkgs.afew}/bin/afew -C ${config.xdg.configHome}/notmuch/notmuchrc --tag --new -v
${pkgs.notmuch}/bin/notmuch tag -inbox tag:inbox
+ ${pkgs.notmuch}/bin/notmuch tag -Inbox "NOT folder:Inbox and tag:Inbox"
'';
executable = true;
};