alot: add replay shortcut

This commit is contained in:
Ingolf Wagner 2019-11-21 16:52:07 +13:00
parent 1605c6a0a0
commit 7a2da68125
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -180,6 +180,7 @@ in
#normal= 'bold,underline', '', 'light red, bold, underline', 'light green', 'light red, bold, underline', '#8f6' #normal= 'bold,underline', '', 'light red, bold, underline', 'light green', 'light red, bold, underline', '#8f6'
bindings.thread = { bindings.thread = {
r = "reply --all"; r = "reply --all";
R = "reply --all";
g = "reply"; g = "reply";
h = "toggleheaders"; h = "toggleheaders";
}; };