Monotone-Parent: f8ea10b15b292e5a980916a948246542ce346cca

Monotone-Revision: 32d1ca739dd26295aa3ac6edbf80356b4a503551

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-10-30T21:04:11
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2007-10-30 21:04:11 +00:00
parent f65b26e256
commit cce5365420

View File

@@ -29,10 +29,6 @@ function openMessageWindow(msguid, url) {
markMailReadInWindow(window, msguid);
}
var msgWin = openMailComposeWindow(url, wId);
if (msguid) {
msgWin.messageId = msguid;
msgWin.messageURL = ApplicationBaseURL + currentMailbox + "/" + msguid;
}
msgWin.focus();
return false;
@@ -137,9 +133,9 @@ function markMailReadInWindow(win, msguid) {
/* mail list reply */
function openMessageWindowsForSelection(action, firstOnly) {
if (document.body.hasClassName("popup"))
win = openMessageWindow(window.messageId,
window.messageURL + "/" + action);
if (document.body.hasClassName("popup")) {
return true;
}
else {
var messageList = $("messageList");
var rows = messageList.getSelectedRowsId();