mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 04:04:12 +01:00
new f and F commands for forwarding messages
This commit is contained in:
@@ -153,6 +153,14 @@ liberator.Mail = function ()
|
|||||||
"Reply to sender",
|
"Reply to sender",
|
||||||
function () { goDoCommand("cmd_reply"); });
|
function () { goDoCommand("cmd_reply"); });
|
||||||
|
|
||||||
|
liberator.mappings.add(modes, ["f"],
|
||||||
|
"Forward message",
|
||||||
|
function () { goDoCommand("cmd_forward"); });
|
||||||
|
|
||||||
|
liberator.mappings.add(modes, ["F"],
|
||||||
|
"Forward message inline",
|
||||||
|
function () { goDoCommand("cmd_forwardInline"); });
|
||||||
|
|
||||||
liberator.mappings.add(modes, ["gm"],
|
liberator.mappings.add(modes, ["gm"],
|
||||||
"Get new messages",
|
"Get new messages",
|
||||||
function () { liberator.mail.getNewMessages(); });
|
function () { liberator.mail.getNewMessages(); });
|
||||||
|
|||||||
Reference in New Issue
Block a user