diff options
-rw-r--r-- | home.nix | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -275,7 +275,10 @@ in enable = true; new.tags = [ "unread" "inbox" ]; hooks = { - preNew = "mbsync --all"; + preNew = '' + msmtp-queue -r + mbsync --all + ''; postNew = builtins.readFile ./notmuch-hook.sh; }; extraConfig = { |