diff options
author | Ben Sima <ben@bsima.me> | 2019-01-30 08:17:45 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-01-30 11:55:17 -0800 |
commit | 6a15850716b11b848c3fe835b7c5778c722ebba0 (patch) | |
tree | f5ae5899a0f86851a39e930417c3860cde85eae0 | |
parent | 8718bf161abcfc7b77b522e2b4be0f2b49258392 (diff) |
Filter meetup emails
-rw-r--r-- | afew.ini | 7 | ||||
-rw-r--r-- | email.nix | 1 |
2 files changed, 6 insertions, 2 deletions
@@ -78,4 +78,9 @@ tags = +receipts;-inbox [Filter.9] message = stupid social networks query = from:messages-noreply@linkedin.com -tags = -inbox;-unread;+deleted;+spam
\ No newline at end of file +tags = -inbox;-unread;+deleted;+spam + +[Filter.10] +message = meetups +query = from:*@meetup.com +tags = -inbox; +meetups
\ No newline at end of file @@ -54,7 +54,6 @@ in notmuch tag -inbox +ai -- to:scikit-learn@python.org OR to:tensorflow.org 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 ''; }; |