mail: Re-enable tagging by folder for notmuch
Should help aerc decide what to show in inbox and what to leave out.
This commit is contained in:
parent
047ae4c025
commit
bc534e2026
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,7 @@ posthook() {
|
||||||
afew --tag --new
|
afew --tag --new
|
||||||
afew --move-mail --new
|
afew --move-mail --new
|
||||||
afew --tag --new
|
afew --tag --new
|
||||||
|
notmuch_foldertags
|
||||||
countnew
|
countnew
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -121,6 +122,7 @@ notmuch_foldertags() {
|
||||||
notmuch tag +dump -inbox -deleted -- folder:Dump and not folder:Inbox
|
notmuch tag +dump -inbox -deleted -- folder:Dump and not folder:Inbox
|
||||||
notmuch tag +archived -inbox -deleted -- folder:Archive 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 +deleted -inbox -archived -- folder:Trash and not folder:Inbox
|
||||||
|
notmuch tag -inbox -- not folder:Inbox
|
||||||
}
|
}
|
||||||
|
|
||||||
main
|
main
|
||||||
|
|
Loading…
Reference in a new issue