From ef4998c11084b2c99f8af9976f9860d5f7709a0f Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Thu, 22 Sep 2011 04:48:05 -0400 Subject: [PATCH] Fix compose command from other tasks than mail and address book; skip common request parameters --- program/js/app.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/program/js/app.js b/program/js/app.js index a9fbe98..6acb48d 100644 --- a/program/js/app.js +++ b/program/js/app.js @@ -847,6 +847,8 @@ break; } + else if (props) + url += '&_to='+urlencode(props); this.redirect(url); break; -- Gitblit v1.9.1