diff options
| author | richs <richs@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-05-07 22:16:00 +0000 |
|---|---|---|
| committer | richs <richs@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-05-07 22:16:00 +0000 |
| commit | 51c6e989dc939b140637b0e04776e7af85221d22 (patch) | |
| tree | f9b1edc20bf0ac71060cd8b7177983ea48307ab9 /roundcubemail/program/js | |
| parent | b45dc036d214d3cfb0f320921f510f6b85c9fdac (diff) | |
/tmp/out
git-svn-id: https://svn.roundcube.net/trunk@1361 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js')
| -rw-r--r-- | roundcubemail/program/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index d7bd39a4e..aa90b3f41 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/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; }; |
