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