mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-29 15:15:37 +00:00
Monotone-Parent: e3c366d0f994c28dc0f424d8712c67980170a6c1
Monotone-Revision: 77c8b4de9ced789f1bc229519470e879b316a239 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-10-15T15:07:17 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -268,6 +268,7 @@ function openMailTo(senderMailTo) {
|
||||
function deleteDraft(url) {
|
||||
/* this is called by UIxMailEditor with window.opener */
|
||||
new Ajax.Request(url, {
|
||||
asynchronous: false,
|
||||
method: 'post',
|
||||
onFailure: function(transport) {
|
||||
log("draftDeleteCallback: problem during ajax request: " + transport.status);
|
||||
|
||||
Reference in New Issue
Block a user