onnewmailpost fix
This commit is contained in:
parent
437e9473d7
commit
4ce118f98e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
imapnotify = {
|
imapnotify = {
|
||||||
enable = true;
|
enable = true;
|
||||||
onNotify = "${pkgs.isync}/bin/mbsync test-%s";
|
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 = {
|
mbsync = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue