Monotone-Parent: 4d94487c312c73f76cac4c9cbbfef71966a3b768

Monotone-Revision: 7cc283107984b0e4e73a623772894e8cc7db2e29

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-08-02T22:43:17
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-08-02 22:43:17 +00:00
parent c2755c065d
commit 78ac3c734d
2 changed files with 12 additions and 4 deletions
+4
View File
@@ -975,18 +975,22 @@ function onMenuOpenMessage(event)
function onMenuReplyToSender(event)
{
openMessageWindowsForSelection(null, 'reply');
return false;
}
function onMenuReplyToAll(event)
{
openMessageWindowsForSelection(null, 'replyall');
return false;
}
function onMenuForwardMessage(event)
{
openMessageWindowsForSelection(null, 'forward');
return false;
}
function onMenuDeleteMessage(event)