diff options
author | Ben Sima <ben@bsima.me> | 2018-11-08 08:16:37 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-11-08 08:16:37 -0800 |
commit | 55e5afc345b4376778979807f2c8d4992ebb437e (patch) | |
tree | 1506ae03ad0cd47c67d3c10849bacbd40ecf81c6 | |
parent | 48a6b34e999dfe981c5d7497828a6f86f0e31d1d (diff) |
Add more mailing lists
-rwxr-xr-x | notmuch-hook.sh | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/notmuch-hook.sh b/notmuch-hook.sh index c7e5478..a5a7f7e 100755 --- a/notmuch-hook.sh +++ b/notmuch-hook.sh @@ -12,7 +12,8 @@ notmuch tag +newsletters -inbox -- \ from:newsletter@fightaging.org or \ subject:'The Reading List Email*' or \ from:info@haskellweekly.news or \ - from:kale@hackernewsletter.com + from:kale@hackernewsletter.com \ + from:newsletter@farnamstreetblog.com # tag logwatch emails & remove from inbox notmuch tag +logwatch -new -inbox -- subject:'Logwatch*' @@ -30,8 +31,9 @@ notmuch tag +jobs -inbox -- \ notmuch tag +github -inbox -- from:github.com ## mailing lists - notmuch tag -inbox +haskell -- to:haskell-cafe@haskell.org notmuch tag -inbox +clojure -- to:clojure@googlegroups.com -notmuch tag -inbox +ai -- to:scikit-learn@python.org -notmuch tag -inbox +ai -- to:tensorflow.org +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 |