diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2016-02-13 12:00:43 -0500 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2016-02-13 12:07:38 -0500 |
commit | b194ea647068342c3263357393e9c99ab04cf74a (patch) | |
tree | da70bcb46df46baf6761f4f828b4812eac9be625 | |
parent | 3ee7c5a7071ab3f052d7d5b7017cb4f435d64e71 (diff) |
notmuch: Add new post-new hooks.
-rwxr-xr-x | dotfiles/Mail/.notmuch/hooks/post-new | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/dotfiles/Mail/.notmuch/hooks/post-new b/dotfiles/Mail/.notmuch/hooks/post-new index 5cc4ef7..6d1ba05 100755 --- a/dotfiles/Mail/.notmuch/hooks/post-new +++ b/dotfiles/Mail/.notmuch/hooks/post-new @@ -32,13 +32,19 @@ notmuch tag -new -unread +spam -- from:john.pozzi@comcast.net # Do not feed notmuch tag -new -unread +loomio-- from:notifications@loomio.org # VHL notifications -notmuch tag -new -unread +nagios -- from:nagios@sybilmarkley.vhl.dom +notmuch tag -new -unread +nagios -- from:nagios@sybilmarkley.vhl.dom OR \ + from:nagios@nagios_rs.localdomain OR nagios@nagios-aws.localdomain notmuch tag -new -unread +airbrake -- from:donotreply@alerts.airbrake.io notmuch tag -new -unread +semaphore -- \ from:semaphore+notifications@renderedtext.com \ OR from:semaphore@renderedtext.com notmuch tag -new -unread +newrelic -- from:noreply@newrelic.com notmuch tag -new -unread +rackspace -- from:support@rackspace.com +notmuch tag -new -unread +vividcortex -- from:notifications@vividcortex.com +notmuch tag -new -unread +aws -- from:no-reply@sns.amazonaws.com +notmuch tag -new -unread +papertrail -- from:support@papertrailapp.com +notmuch tag -new -unread +codeclimate -- from:hello@codeclimate.com +notmuch tag -new -unread +basecamp -- from:notifications@basecamp.com # Remaining new mail goes to the inbox notmuch tag -new +inbox +unread -- tag:new |