diff --git a/system/desktop/mail-stuff.nix b/system/desktop/mail-stuff.nix index a2d9ec0..16b915b 100644 --- a/system/desktop/mail-stuff.nix +++ b/system/desktop/mail-stuff.nix @@ -198,11 +198,14 @@ in { # | | | | | | # v v v v v v #normal= 'bold,underline', '', 'light red, bold, underline', 'light green', 'light red, bold, underline', '#8f6' - bindings.thread = { - r = "reply --all"; - R = "reply --all"; - g = "reply"; - h = "toggleheaders"; + bindings = { + envelope = { e = "edit"; }; + thread = { + r = "reply --all"; + R = "reply --all"; + g = "reply"; + h = "toggleheaders"; + }; }; extraConfig = '' theme = "solarized_light_real"