diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-07-28 09:39:37 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-07-28 09:41:18 +0200 |
commit | 39bd9b8e298b21bbe652b31b940aa772bed7d8b2 (patch) | |
tree | 0035692a52e27158ebf6cbecaa1993d156518ef7 /program/steps/mail/show.inc | |
parent | 835638037a6e11cfdf4fd84c4b362465937a5bba (diff) |
Set 'compose_extwin' env property on every step; accept a list of URL parameters for the 'compose' command
Diffstat (limited to 'program/steps/mail/show.inc')
-rw-r--r-- | program/steps/mail/show.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/mail/show.inc b/program/steps/mail/show.inc index 1616eb62c..2740ad386 100644 --- a/program/steps/mail/show.inc +++ b/program/steps/mail/show.inc @@ -80,7 +80,7 @@ if ($uid) { // set configuration $RCMAIL->set_env_config(array('delete_junk', 'flag_for_deletion', 'read_when_deleted', - 'skip_deleted', 'display_next', 'compose_extwin', 'forward_attachment')); + 'skip_deleted', 'display_next', 'forward_attachment')); // set special folders foreach (array('drafts', 'trash', 'junk') as $mbox) { |