diff options
-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 |