mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-07 22:38:51 +00:00
merge of '2ba549bd931928e8baf58a32a9d2f37dc0b06cdb'
and '32d1ca739dd26295aa3ac6edbf80356b4a503551' Monotone-Parent: 2ba549bd931928e8baf58a32a9d2f37dc0b06cdb Monotone-Parent: 32d1ca739dd26295aa3ac6edbf80356b4a503551 Monotone-Revision: 4a28046fedbf71f0488cf8b1025ae1f3deeea9e9 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-10-30T21:52:00 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user