diff options
author | Ben Sima <ben@bsima.me> | 2019-05-12 13:57:32 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-05-12 13:58:32 -0700 |
commit | fb68c0c021593c96c9524045b8ec612a97bd1ba9 (patch) | |
tree | 2bdccffb9c88dbe5015c87ba8a4af8b947419308 | |
parent | d43135b276c6fe6324873acb756257a23386981d (diff) |
remove all notmuch hooks
-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;"; |