mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-05 10:29:43 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user