summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2016-09-12 11:32:49 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2019-01-28 16:22:22 -0500
commitdf5ec0a7c1d8a78d8a0386d7c8fccf7c8647407c (patch)
tree04f9703bc95ca03f871bce662173f3d5cc45b44c
parent32b0b7f9aff3ba42067f1128955c23ad4a70d230 (diff)
notmuch: Add tag for rollbar email.
-rwxr-xr-xdotfiles/Mail/.notmuch/hooks/post-new3
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