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 /mutt | |
parent | 6fb6647da2db073c2541f6c343f56225780a8531 (diff) |
Add github mailbox
Diffstat (limited to 'mutt')
-rwxr-xr-x | mutt/notmuch-hook.sh | 3 |
1 files changed, 3 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 |