From 64f7d6758fd269823ab19270a6ef5658f0a28669 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 5 Jun 2014 15:54:25 +0200 Subject: Select/scroll to previously selected message when returning from message page (#1489023) --- program/steps/mail/func.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'program/steps') 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')); -- cgit v1.2.3