From fb68c0c021593c96c9524045b8ec612a97bd1ba9 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sun, 12 May 2019 13:57:32 -0700 Subject: remove all notmuch hooks --- email.nix | 15 +-------------- 1 file changed, 1 insertion(+), 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;"; -- cgit v1.2.3