diff options
author | Ben Sima <ben@bsima.me> | 2018-11-07 16:09:52 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-11-07 16:09:52 -0800 |
commit | 48a6b34e999dfe981c5d7497828a6f86f0e31d1d (patch) | |
tree | ed4c14e3b9b4cd6b49b01debe99e0037bacba129 | |
parent | 1abaa391296ac8fcb2b84f633104408b66919d32 (diff) |
Add some mailing list filters
-rwxr-xr-x | notmuch-hook.sh | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/notmuch-hook.sh b/notmuch-hook.sh index a55a2e1..c7e5478 100755 --- a/notmuch-hook.sh +++ b/notmuch-hook.sh @@ -29,5 +29,9 @@ notmuch tag +jobs -inbox -- \ # tag github emails notmuch tag +github -inbox -- from:github.com -# haskell-cafe -notmuch tag +haskell -- to:haskell-cafe@haskell.org +## 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 |