From b1f30d873d52e15162b1ea5b8f3b57d96e926cdf Mon Sep 17 00:00:00 2001 From: Thomas Bruederli <thomas@roundcube.net> Date: Mon, 02 Jul 2012 07:27:27 -0400 Subject: [PATCH] Set display_next option to true by default (in config template) --- config/main.inc.php.dist | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index e0fa933..7c22b8f 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -762,7 +762,7 @@ $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 -- Gitblit v1.9.1