From 72f48b7102f1911ba722ef9e01dbb624cde64f9d Mon Sep 17 00:00:00 2001 From: Baitinq Date: Tue, 27 Sep 2022 16:44:30 +0200 Subject: Module: Email: Enable imapnotify service --- modules/email/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/email/default.nix b/modules/email/default.nix index 54f9103..24daf93 100644 --- a/modules/email/default.nix +++ b/modules/email/default.nix @@ -5,7 +5,7 @@ enable = true; postExec = "${pkgs.notmuch}/bin/notmuch new"; }; - imapnotify.enable = false; + imapnotify.enable = true; }; programs = { -- cgit 1.4.1