mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 09:12:28 +01:00
[muttator] R = reply all
This commit is contained in:
@@ -338,6 +338,10 @@ liberator.Mail = function () //{{{
|
||||
"Reply to sender",
|
||||
function () { goDoCommand("cmd_reply"); });
|
||||
|
||||
liberator.mappings.add(modes, ["R"],
|
||||
"Reply to all",
|
||||
function () { goDoCommand("cmd_replyall"); });
|
||||
|
||||
liberator.mappings.add(modes, ["f"],
|
||||
"Forward message",
|
||||
function () { goDoCommand("cmd_forward"); });
|
||||
|
||||
Reference in New Issue
Block a user