From a776e91804f504624eb970106328a782ee34683c Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 26 May 2015 14:52:36 -0400 Subject: notmuch: Add filters for VHL mail. --- dotfiles/Mail/.notmuch/hooks/post-new | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3