diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-06-05 16:44:43 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-06-05 16:44:43 +0200 |
commit | 5f7ef8f95d428f7b22139d5dc00c875f2cbf838b (patch) | |
tree | 3ad73c28b413b6bde1d7af4b84fb68d5dbb69427 /program/steps | |
parent | bf33799377eab662f8f25365cf15f57cf6697947 (diff) | |
parent | 778d2363f1a0cb5b6bebae1864de76d1c31669d8 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'program/steps')
-rw-r--r-- | program/steps/mail/func.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index 0dba3c125..ac343ad5a 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -104,6 +104,10 @@ if (empty($RCMAIL->action) || $RCMAIL->action == 'list') { } } + if (!empty($_GET['_uid'])) { + $OUTPUT->set_env('list_uid', $_GET['_uid']); + } + // set configuration $RCMAIL->set_env_config(array('delete_junk', 'flag_for_deletion', 'read_when_deleted', 'skip_deleted', 'display_next', 'message_extwin', 'compose_extwin', 'forward_attachment')); |