From 4ce118f98e94f07874e4b92d69cf73945faef1ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Tue, 12 Nov 2024 14:40:54 +0100 Subject: [PATCH] onnewmailpost fix --- programs/desktop/pim/email.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/desktop/pim/email.nix b/programs/desktop/pim/email.nix index cb67cbd4..27b2155c 100644 --- a/programs/desktop/pim/email.nix +++ b/programs/desktop/pim/email.nix @@ -9,7 +9,7 @@ imapnotify = { enable = true; onNotify = "${pkgs.isync}/bin/mbsync test-%s"; - onNotifyPost.mail = "${pkgs.notmuch}/bin/notmuch new && ${pkgs.libnotify}/bin/notify-send 'New mail arrived'"; + onNotifyPost = "${pkgs.notmuch}/bin/notmuch new && ${pkgs.libnotify}/bin/notify-send 'New mail arrived'"; }; mbsync = { enable = true;