From 48a6b34e999dfe981c5d7497828a6f86f0e31d1d Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 7 Nov 2018 16:09:52 -0800 Subject: Add some mailing list filters --- notmuch-hook.sh | 8 ++++++-- 1 file 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 -- cgit v1.2.3