From 6ccae64edf505c0320704836477ee7dab20f57ec Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Sun, 29 Oct 2023 09:25:22 +0100 Subject: [PATCH] Fix mbsync path --- home/mail/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/home/mail/default.nix b/home/mail/default.nix index 59cd354..7138b82 100644 --- a/home/mail/default.nix +++ b/home/mail/default.nix @@ -38,7 +38,7 @@ let enable = true; /* TODO: which boxes? */ boxes = [ "Inbox" ]; - onNotify = "mbsync ${configName}"; + onNotify = "${pkgs.isync}/bin/mbsync ${configName}"; onNotifyPost = "${pkgs.libnotify}/bin/notify-send -a mail '${configName}: new in %s'"; }; mbsync = { @@ -116,6 +116,10 @@ in { key = "B"; action = "|urlview\\n"; } + /*{ map = [ "pager" "index" ]; + key = "dd"; + action = ":set delete = yes\\nN"; + }*/ ]; binds = [ /* sidebar */