diff options
-rwxr-xr-x | dotfiles/Mail/.notmuch/hooks/post-new | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/dotfiles/Mail/.notmuch/hooks/post-new b/dotfiles/Mail/.notmuch/hooks/post-new index a944bd9..2ae9753 100755 --- a/dotfiles/Mail/.notmuch/hooks/post-new +++ b/dotfiles/Mail/.notmuch/hooks/post-new @@ -1,8 +1,10 @@ #!/bin/sh # Mail that I sent doesn't need to be put in the inbox -notmuch tag -new -- from:davet@gnu.org OR from:davet@fsf.org OR \ - from:dthompson2@worcester.edu +notmuch tag -new -- from:davet@gnu.org OR \ + from:davet@fsf.org OR \ + from:dthompson2@worcester.edu OR \ + from:dthompson@vistahigherlearning.com # Commit notifications notmuch tag -new +commits -- subject:Office-commits \ @@ -32,6 +34,8 @@ 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 +notmuch tag -new +semaphore -- from:semaphore+notifications@renderedtext.com \ + OR from:semaphore@renderedtext.com # Remaining new mail goes to the inbox notmuch tag -new +inbox +unread -- tag:new |