mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-20 06:03:20 +00:00
Monotone-Parent: e166b08e10a7ca18ab5c7e4ee531c1cd570dcbee
Monotone-Revision: 64ebc98a97f7a73b0fe2947be35858a5e45bf159 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-08-03T14:23:46 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -428,8 +428,8 @@ function uixDeleteSelectedMessages(sender) {
|
||||
|
||||
/* send AJAX request (synchronously) */
|
||||
|
||||
url = "" + rows[i] + "/trash?jsonly=1";
|
||||
|
||||
url = (ApplicationBaseURL + currentMailbox + "/"
|
||||
+ rows[i] + "/trash?jsonly=1");
|
||||
http = createHTTPClient();
|
||||
http.open("POST", url, false /* not async */);
|
||||
http.send("");
|
||||
|
||||
Reference in New Issue
Block a user