diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-09-22 08:48:05 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-09-22 08:48:05 +0000 |
| commit | a2ec9d5618db0a6db49cbc00217e21d7f44c3958 (patch) | |
| tree | 25581944875f86f728351a86f780025fb0397555 /roundcubemail/program/js | |
| parent | 51bffd16f124e26c232a192c852a05f795a171ce (diff) | |
Fix compose command from other tasks than mail and address book; skip common request parameters
git-svn-id: https://svn.roundcube.net/trunk@5267 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/js')
| -rw-r--r-- | roundcubemail/program/js/app.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index a9fbe987d..6acb48d86 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -847,6 +847,8 @@ function rcube_webmail() break; } + else if (props) + url += '&_to='+urlencode(props); this.redirect(url); break; |
