Fix post notify
This commit is contained in:
parent
26873f6f20
commit
db0ae443ac
@ -39,11 +39,7 @@ let
|
||||
/* TODO: which boxes? */
|
||||
boxes = [ "Inbox" ];
|
||||
onNotify = "${pkgs.isync}/bin/mbsync ${configName}";
|
||||
onNotifyPost = {
|
||||
mail = "${pkgs.libnotify}/bin/notify-send -a mail '${configName}: new in %s'";
|
||||
update = "${pkgs.libnotify}/bin/notify-send -a mail '${configName}: update %s'";
|
||||
expunge = "${pkgs.libnotify}/bin/notify-send -a mail '${configName}: expunge %s'";
|
||||
};
|
||||
onNotifyPost = "${pkgs.libnotify}/bin/notify-send -a mail '${configName}: new in %s'";
|
||||
};
|
||||
mbsync = {
|
||||
enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user