summaryrefslogtreecommitdiff
path: root/email.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-01-21 07:41:27 -0800
committerBen Sima <ben@bsima.me>2019-01-21 07:41:27 -0800
commit412f8bb505303f8f427237f16b2adbb9916027e5 (patch)
tree5cbdeacbdd500e9ed000610638053c63865e39cc /email.nix
parent339848ad5d7610201f4b35896f8a2bee8105ab77 (diff)
Update tls_fingerprint and afew
Diffstat (limited to 'email.nix')
-rw-r--r--email.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/email.nix b/email.nix
index 1b68a87..06cb175 100644
--- a/email.nix
+++ b/email.nix
@@ -47,14 +47,14 @@ in
mbsync --all
'';
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
notmuch tag -inbox +meetups -- from:meetup.com
- afew -tn
- afew -mn
'';
};