mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-28 17:57:38 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user