summaryrefslogtreecommitdiff
path: root/program/js
diff options
context:
space:
mode:
authorsvncommit <devs@roundcube.net>2008-05-07 22:16:00 +0000
committersvncommit <devs@roundcube.net>2008-05-07 22:16:00 +0000
commit4f9c8337420327802baf73cde7d96b991b1fd1a9 (patch)
tree4b3e49ee7f75a2f2c544d93a3777570f4ff07659 /program/js
parent1854c4525bf1fce227a8cc0fa8aad06615df0eae (diff)
/tmp/out
Diffstat (limited to 'program/js')
-rw-r--r--program/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/js/app.js b/program/js/app.js
index d7bd39a4e..aa90b3f41 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -2476,7 +2476,7 @@ function rcube_webmail()
qs += '&_search='+this.env.search_request;
// send request to server
- this.http_post('delete', '_cid='+urlencode(a_cids.join(','))+'&_from='+(this.env.action ? this.env.action : '')+qs);
+ this.http_post('delete', '_cid='+urlencode(a_cids.join(','))+'&_source='+urlencode(this.env.source)+'&_from='+(this.env.action ? this.env.action : '')+qs);
return true;
};