diff options
-rwxr-xr-x | dotfiles/Mail/.notmuch/hooks/post-new | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dotfiles/Mail/.notmuch/hooks/post-new b/dotfiles/Mail/.notmuch/hooks/post-new index 840a97a..b0f5fbd 100755 --- a/dotfiles/Mail/.notmuch/hooks/post-new +++ b/dotfiles/Mail/.notmuch/hooks/post-new @@ -44,7 +44,8 @@ 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 +notmuch tag -new -unread +basecamp -- from:notifications@basecamp.comn +notmuch tag -new -unread +rollbar -- from:notifier@mail.rollbar.com # Remaining new mail goes to the inbox notmuch tag -new +inbox -- tag:new AND NOT tag:unread |