From eb20bf8e9f9dde92bdf6c1ea164e92e625aaaf1b Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sun, 12 May 2019 13:16:39 -0700 Subject: disable notmuch pre-new hook --- email.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/email.nix b/email.nix index 54818fc..7c947ff 100644 --- a/email.nix +++ b/email.nix @@ -95,10 +95,10 @@ in enable = true; new.tags = [ "new" ]; hooks = { - preNew = '' - msmtp-queue -r - mbsync --all - ''; + #preNew = '' + # msmtp-queue -r + # mbsync --all + #''; postNew = '' afew -tnv afew -mnv -- cgit v1.2.3