From 7a2da68125f46f83f9a2e2399795632e9a1947a4 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Thu, 21 Nov 2019 16:52:07 +1300 Subject: [PATCH] alot: add replay shortcut --- system/desktop/mail-stuff.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/desktop/mail-stuff.nix b/system/desktop/mail-stuff.nix index 3b51b73..4a88e9c 100644 --- a/system/desktop/mail-stuff.nix +++ b/system/desktop/mail-stuff.nix @@ -180,6 +180,7 @@ in #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"; };