summaryrefslogtreecommitdiff
path: root/program/js
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2011-09-22 08:48:05 +0000
committerthomascube <thomas@roundcube.net>2011-09-22 08:48:05 +0000
commitef4998c11084b2c99f8af9976f9860d5f7709a0f (patch)
tree2515bf1f989dc31c67cfe9b53236380ea454a056 /program/js
parentbba25299f8d1569f560fc66f82837c95145ee121 (diff)
Fix compose command from other tasks than mail and address book; skip common request parameters
Diffstat (limited to 'program/js')
-rw-r--r--program/js/app.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/program/js/app.js b/program/js/app.js
index a9fbe987d..6acb48d86 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -847,6 +847,8 @@ function rcube_webmail()
break;
}
+ else if (props)
+ url += '&_to='+urlencode(props);
this.redirect(url);
break;