onnewmailpost fix

This commit is contained in:
Charlotte 🦝 Delenk 2024-11-12 14:40:54 +01:00
parent 437e9473d7
commit 4ce118f98e

View file

@ -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;