diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2015-05-28 09:29:20 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2015-05-28 09:29:20 -0400 |
commit | ac88e41ddee3f1baea0b888bfbe0fb33320ba148 (patch) | |
tree | ed8257d423aaefd7ca427a2d118a6b919837701e | |
parent | c1d1c66b18b9f127b22480ad9d37812e01930595 (diff) |
notmuch: Update post-new config.
-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 |