summaryrefslogtreecommitdiff
path: root/email.nix
diff options
context:
space:
mode:
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
'';
};