mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-17 04:25:56 +00:00
Previous revision had a malfunctionning MailerUI.js
Monotone-Parent: 398e2de6f331504256a7ec906263ca190e2008af Monotone-Revision: c54fb1d46a2e8d4d85dfdd53f857dcdc179f996f Monotone-Author: crobert@inverse.ca Monotone-Date: 2008-10-02T15:04:55 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -302,7 +302,7 @@ function deleteSelectedMessagesCallback(http) {
|
||||
|
||||
function moveMessages(rowIds, folder) {
|
||||
var failCount = 0;
|
||||
|
||||
/*
|
||||
if ( rowIds.length > 0 ) {
|
||||
var uids = new Array();
|
||||
var paths = new Array();
|
||||
@@ -319,7 +319,7 @@ function moveMessages(rowIds, folder) {
|
||||
triggerAjaxRequest(url, deleteSelectedMessagesCallback, data, parameters,
|
||||
{ "Content-type": "application/x-www-form-urlencoded" });
|
||||
}
|
||||
/*
|
||||
*/
|
||||
for (var i = 0; i < rowIds.length; i++) {
|
||||
var url, http;
|
||||
|
||||
@@ -345,7 +345,7 @@ function moveMessages(rowIds, folder) {
|
||||
|
||||
if (failCount > 0)
|
||||
alert("Could not move " + failCount + " messages!");
|
||||
*/
|
||||
|
||||
return failCount;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user