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:
Wolfgang Sourdeau
2006-08-03 14:23:46 +00:00
parent c57f44d28f
commit ac11188229
+2 -2
View File
@@ -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("");