summaryrefslogtreecommitdiff
path: root/email.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-05-12 13:57:32 -0700
committerBen Sima <ben@bsima.me>2019-05-12 13:58:32 -0700
commitfb68c0c021593c96c9524045b8ec612a97bd1ba9 (patch)
tree2bdccffb9c88dbe5015c87ba8a4af8b947419308 /email.nix
parentd43135b276c6fe6324873acb756257a23386981d (diff)
remove all notmuch hooks
Diffstat (limited to 'email.nix')
-rw-r--r--email.nix15
1 files changed, 1 insertions, 14 deletions
diff --git a/email.nix b/email.nix
index 7c947ff..3939815 100644
--- a/email.nix
+++ b/email.nix
@@ -94,20 +94,7 @@ in
notmuch = {
enable = true;
new.tags = [ "new" ];
- hooks = {
- #preNew = ''
- # msmtp-queue -r
- # mbsync --all
- #'';
- postNew = ''
- afew -tnv
- afew -mnv
- echo "re-tagging inbox.."
- afew -t tag:inbox
- eml
- '';
-
- };
+ hooks = {};
extraConfig = {
search = {
exclude_tags = "deleted;spam;";