diff options
-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 |