diff --git a/mail/.local/bin/mail-check b/mail/.local/bin/mail-check index 0fb8657..217833d 100755 --- a/mail/.local/bin/mail-check +++ b/mail/.local/bin/mail-check @@ -35,6 +35,7 @@ posthook() { afew --tag --new afew --move-mail --new afew --tag --new + notmuch_foldertags countnew } @@ -121,6 +122,7 @@ notmuch_foldertags() { notmuch tag +dump -inbox -deleted -- folder:Dump and not folder:Inbox notmuch tag +archived -inbox -deleted -- folder:Archive and not folder:Inbox notmuch tag +deleted -inbox -archived -- folder:Trash and not folder:Inbox + notmuch tag -inbox -- not folder:Inbox } main