diff options
-rw-r--r-- | email.nix | 15 |
1 files changed, 1 insertions, 14 deletions
@@ -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;"; |