diff options
author | Ben Sima <ben@bsima.me> | 2019-07-09 10:18:59 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-07-09 15:49:50 -0700 |
commit | fc1329fc2fa4d94f5881d7079c0190d28b0796ce (patch) | |
tree | 82bf1f4e6bc182c39b7115ebf8c88702b29552de | |
parent | 72400bb76677ae44236ae9712d31de4558383675 (diff) |
afew: add a bunch more filters
-rw-r--r-- | afew.ini | 27 |
1 files changed, 26 insertions, 1 deletions
@@ -141,4 +141,29 @@ tags = -inbox;+groq;+forkable [Filter.23] message = xfinity crap query = from:xfinity.com -tags = -inbox;+xfinity
\ No newline at end of file +tags = -inbox;+xfinity + +[Filter.24] +message = interactive brokers +query = from:interactivebrokers.com +tags = -inbox;+ibkr + +[Filter.25] +message = usps informed delivery crap +query = from:usps.gov +tags = -inbox;+usps + +[Filter.26] +message = perfect workout marketing mails +query = from:admin@theperfectworkout.com +tags = -inbox;-exercise + +[Filter.27] +message = last bottle wines +query = from:offer@lastbottlewines.com +tags = -inbox;+food;+wine + +[Filter.28] +message = docusign notifications +query = from:docusign.net +tags = -inbox;+docusign
\ No newline at end of file |