Fix mbsync path
This commit is contained in:
parent
ad951599f2
commit
6ccae64edf
@ -38,7 +38,7 @@ let
|
|||||||
enable = true;
|
enable = true;
|
||||||
/* TODO: which boxes? */
|
/* TODO: which boxes? */
|
||||||
boxes = [ "Inbox" ];
|
boxes = [ "Inbox" ];
|
||||||
onNotify = "mbsync ${configName}";
|
onNotify = "${pkgs.isync}/bin/mbsync ${configName}";
|
||||||
onNotifyPost = "${pkgs.libnotify}/bin/notify-send -a mail '${configName}: new in %s'";
|
onNotifyPost = "${pkgs.libnotify}/bin/notify-send -a mail '${configName}: new in %s'";
|
||||||
};
|
};
|
||||||
mbsync = {
|
mbsync = {
|
||||||
@ -116,6 +116,10 @@ in {
|
|||||||
key = "B";
|
key = "B";
|
||||||
action = "|urlview\\n";
|
action = "|urlview\\n";
|
||||||
}
|
}
|
||||||
|
/*{ map = [ "pager" "index" ];
|
||||||
|
key = "dd";
|
||||||
|
action = ":set delete = yes\\n<clear-flag>N<delete-message>";
|
||||||
|
}*/
|
||||||
];
|
];
|
||||||
binds = [
|
binds = [
|
||||||
/* sidebar */
|
/* sidebar */
|
||||||
|
Loading…
Reference in New Issue
Block a user