mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 01:38:51 +00:00
Monotone-Parent: 3a8cd7db86f49087aed77cc4fba9b7ce69fa8b50
Monotone-Revision: 0dc509f442891adef0778315e5f3971fb4576203 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-04-16T21:44:26 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -59,7 +59,6 @@ function openMessageWindow(msguid, url) {
|
||||
markMailReadInWindow(window, msguid);
|
||||
}
|
||||
var msgWin = openMailComposeWindow(url, wId);
|
||||
msgWin.messageUID = msguid;
|
||||
msgWin.focus();
|
||||
Mailer.popups.push(msgWin);
|
||||
|
||||
|
||||
@@ -12,6 +12,8 @@ function initPopupMailer(event) {
|
||||
|
||||
configureLoadImagesButton();
|
||||
configureSignatureFlagImage();
|
||||
|
||||
window.messageUID = mailboxName + "/" + messageName;
|
||||
}
|
||||
|
||||
function onICalendarButtonClick(event) {
|
||||
|
||||
Reference in New Issue
Block a user