summaryrefslogtreecommitdiff
path: root/email.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-02-11 15:39:58 -0800
committerBen Sima <ben@bsima.me>2019-02-11 15:43:27 -0800
commit0d28e9c6d7cb2212192b0a028ebe91407d929cc3 (patch)
treebc7fab15407c99e93f609598cbfdc740ec600036 /email.nix
parent7649341f89418a5be9c4f65ee9b4cc8a49115604 (diff)
Finally finish porting over filters
Diffstat (limited to 'email.nix')
-rw-r--r--email.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/email.nix b/email.nix
index 39582aa..93300a9 100644
--- a/email.nix
+++ b/email.nix
@@ -49,11 +49,6 @@ in
postNew = ''
afew -tnv
afew -mnv
- 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 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
'';
};