diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-07-28 11:14:23 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-07-28 11:14:23 +0200 |
commit | 85f14674316387d08fa11221de340c71835c4fa3 (patch) | |
tree | 96bb6881e370994ca1bee8a5883cf1767b693987 /program/include/rcmail.php | |
parent | 4d52ee03a19864e537e3aa384ffbff2e33d6beef (diff) | |
parent | d4783319a086b09eb50ac6ad5da93eb1eeb771ca (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'program/include/rcmail.php')
-rw-r--r-- | program/include/rcmail.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/program/include/rcmail.php b/program/include/rcmail.php index ed5fedb4a..ceb369af8 100644 --- a/program/include/rcmail.php +++ b/program/include/rcmail.php @@ -427,6 +427,9 @@ class rcmail extends rcube $this->output->set_env('user_id', $this->user->get_hash()); } + // set compose mode for all tasks (message compose step can be triggered from everywhere) + $this->output->set_env('compose_extwin', $this->config->get('compose_extwin',false)); + // add some basic labels to client $this->output->add_label('loading', 'servererror', 'connerror', 'requesttimedout', 'refreshing', 'windowopenerror'); |