1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 10:47:59 +01:00

[muttator] m mapping for new message, and y mapping in compose to send mail

This commit is contained in:
Martin Stubenschrott
2008-05-14 12:45:54 +00:00
parent 64b0e3b8e1
commit 00dd55021f
2 changed files with 13 additions and 0 deletions

View File

@@ -264,6 +264,10 @@ liberator.Mail = function ()
// SENDING MESSAGES
liberator.mappings.add(modes, ["m"],
"Compose a new message",
function () { goOpenNewMessage(); });
liberator.mappings.add(modes, ["r"],
"Reply to sender",
function () { goDoCommand("cmd_reply"); });