commit 242ceb8024372f6b2ed686fd4f914ceda0cff72d
parent 579aa616fa016ffed11d1a028fba79481ef6c282
Author: Vincent Demeester <vincent@sbr.pm>
Date: Mon, 25 Feb 2019 11:09:05 +0100
mails: remove Inbox tag if not in Inbox folder
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/modules/profiles/mails.nix b/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;
};