From b1f30d873d52e15162b1ea5b8f3b57d96e926cdf Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Mon, 2 Jul 2012 13:27:27 +0200 Subject: Set display_next option to true by default (in config template) --- config/main.inc.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index e0fa933bf..7c22b8fd3 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -762,7 +762,7 @@ $rcmail_config['keep_alive'] = 60; $rcmail_config['check_all_folders'] = false; // If true, after message delete/move, the next message will be displayed -$rcmail_config['display_next'] = false; +$rcmail_config['display_next'] = true; // 0 - Do not expand threads // 1 - Expand all threads automatically -- cgit v1.2.3