mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-23 12:25:23 +00:00
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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user