From ac88e41ddee3f1baea0b888bfbe0fb33320ba148 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Thu, 28 May 2015 09:29:20 -0400 Subject: notmuch: Update post-new config. --- dotfiles/Mail/.notmuch/hooks/post-new | 8 ++++++-- 1 file 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 -- cgit v1.2.3