1
0
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:
Martin Stubenschrott
2008-06-11 01:28:59 +00:00
parent 0245cfcef8
commit f7833dca22

View File

@@ -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"); });