Monotone-Parent: 8ef0ab24c4c10895d5e911f82260ba93fedbb853

Monotone-Revision: 0f1ef8f1bf7e8be2363a84056b5ce417b06606f7

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2007-10-30T19:56:50
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2007-10-30 19:56:50 +00:00
parent 10fd7bbc86
commit 3f1fadd28b
3 changed files with 30 additions and 14 deletions
+11
View File
@@ -247,6 +247,17 @@ function deleteSelectedMessagesCallback(http) {
log ("deleteSelectedMessagesCallback: problem during ajax request " + http.status);
}
function deleteDraft(url) {
/* this is called by UIxMailEditor with window.opener */
new Ajax.Request(url, {
method: 'post',
onFailure: function(transport) {
if (!isHttpStatus204)
log("draftDeleteCallback: problem during ajax request: " + transport.status);
}
});
}
function moveMessages(rowIds, folder) {
var failCount = 0;