diff options
author | Ben Sima <ben@bsima.me> | 2019-02-11 15:39:58 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-02-11 15:43:27 -0800 |
commit | 0d28e9c6d7cb2212192b0a028ebe91407d929cc3 (patch) | |
tree | bc7fab15407c99e93f609598cbfdc740ec600036 /email.nix | |
parent | 7649341f89418a5be9c4f65ee9b4cc8a49115604 (diff) |
Finally finish porting over filters
Diffstat (limited to 'email.nix')
-rw-r--r-- | email.nix | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 ''; }; |