summaryrefslogtreecommitdiff
path: root/program/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'program/js/app.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;