diff options
author | Ben Sima <ben@bsima.me> | 2018-12-06 09:08:16 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-12-06 09:08:16 -0800 |
commit | 8d94076c61edd52760a05a9abfb1f00234f059e9 (patch) | |
tree | 4b9b2707bc79da3e6c5a8218cef5670cb23c2fc9 | |
parent | 0e24ae8bbff98a00e80bb2b07d63efc85afe032d (diff) |
Afew: receipt and banking filters
-rw-r--r-- | afew.ini | 14 | ||||
-rw-r--r-- | email.nix | 4 |
2 files changed, 15 insertions, 3 deletions
@@ -61,4 +61,16 @@ tags = -inbox [Filter.6] message = remove rspamd from inbox query = from:rspamd -tags = -inbox
\ No newline at end of file +tags = -inbox + +[Filter.7] +message = banking activity confirmations +query = + (from:discover@service.discover.com AND subject:'Your Scheduled Payment') OR + (from:citicards@info6.citi.com AND subject:Confirmation) +tags = -inbox +banking + +[Filter.8] +message = receipts +query = subject:receipt +tags = +receipts -inbox
\ No newline at end of file @@ -53,8 +53,8 @@ in notmuch tag -inbox +bitcoin -- to:bitcoin-dev@lists.linuxfoundation.org OR to:bitcoin-discuss@lists.linuxfoundation.org notmuch tag -inbox +diybio -- to:diybio@googlegroups.com notmuch tag -inbox +meetups -- from:meetup.com - afew -tn - afew -mn + afew -ta -T3 + afew -ma -T3 ''; }; |