Monotone-Parent: 35c754c13dd7549e8bbd023fbab28780ffd77a58

Monotone-Revision: 97177e8c25666ceaaffd5ed4ce58fac2fef8354a

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-11-21T22:38:42
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2007-11-21 22:38:42 +00:00
parent 3c0790312c
commit a421956b86
+5 -2
View File
@@ -14,7 +14,7 @@ var Mailer = {
maxCachedMessages: 20,
cachedMessages: new Array(),
currentMailbox: null,
currentMailboxType: "",
currentMailboxType: ""
};
var usersRightsWindowHeight = 320;
@@ -131,7 +131,10 @@ function markMailReadInWindow(win, msguid) {
function openMessageWindowsForSelection(action, firstOnly) {
if (document.body.hasClassName("popup")) {
return true;
var url = window.location.href;
var parts = url.split("/");
parts[parts.length-1] = action;
window.location.href = parts.join("/");
}
else {
var messageList = $("messageList");