diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2015-05-26 14:52:36 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2015-05-26 14:52:36 -0400 |
commit | a776e91804f504624eb970106328a782ee34683c (patch) | |
tree | 04394f456edba316553fd5f3cc2172a4b4d56946 | |
parent | 694486c402700450263371f0915ce5983ba5b8ec (diff) |
notmuch: Add filters for VHL mail.
-rwxr-xr-x | dotfiles/Mail/.notmuch/hooks/post-new | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dotfiles/Mail/.notmuch/hooks/post-new b/dotfiles/Mail/.notmuch/hooks/post-new index b829d40..a944bd9 100755 --- a/dotfiles/Mail/.notmuch/hooks/post-new +++ b/dotfiles/Mail/.notmuch/hooks/post-new @@ -29,6 +29,10 @@ notmuch tag -new +spam -- from:john.pozzi@comcast.net # Do not feed # Loomio notmuch tag +loomio -new -- from:notifications@loomio.org +# VHL notifications +notmuch tag -new +nagios -- from:nagios@sybilmarkley.vhl.dom +notmuch tag -new +airbrake -- from:donotreply@alerts.airbrake.io + # Remaining new mail goes to the inbox notmuch tag -new +inbox +unread -- tag:new |