Make onNotifyPost command a normal string
This commit is contained in:
parent
7070770515
commit
368e26dc35
1 changed files with 1 additions and 3 deletions
|
@ -29,9 +29,7 @@
|
|||
enable = true;
|
||||
boxes = [ "Inbox" ];
|
||||
onNotify = "${pkgs.isync}/bin/mbsync %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;
|
||||
|
|
Loading…
Reference in a new issue