diff options
author | Ben Sima <ben@bsima.me> | 2018-07-31 15:32:29 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-07-31 15:32:38 -0700 |
commit | 28e3c3e6a04e8613808011c228918b1a092d709d (patch) | |
tree | c9ae95c485bce52ce4eae1664b7eb4e4d5d07648 | |
parent | 6fb6647da2db073c2541f6c343f56225780a8531 (diff) |
Add github mailbox
-rwxr-xr-x | mutt/notmuch-hook.sh | 3 | ||||
-rw-r--r-- | muttrc | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/mutt/notmuch-hook.sh b/mutt/notmuch-hook.sh index 6c152c4..42b22cf 100755 --- a/mutt/notmuch-hook.sh +++ b/mutt/notmuch-hook.sh @@ -29,3 +29,6 @@ notmuch tag +jobs -inbox -- \ from:stackoverflow.com or \ from:stackoverflow.email or \ subject:job + +# tag github emails +notmuch tag +github -inbox -- from:github.com @@ -79,6 +79,7 @@ virtual-mailboxes "sent" "notmuch://?query=tag:sent" virtual-mailboxes "jobs" "notmuch://?query=tag:jobs" virtual-mailboxes "todo" "notmuch://?query=tag:todo" virtual-mailboxes "newsletters" "notmuch://?query=tag:newsletters" +virtual-mailboxes "github" "notmuch://?query=tag:github" macro index,pager S "<vfolder-from-query>" "search mailbox" macro index,pager A "<modify-labels>+archive -unread -inbox\n" "archive message" |