summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2012-07-02 13:27:27 +0200
committerThomas Bruederli <thomas@roundcube.net>2012-07-02 13:27:27 +0200
commitb1f30d873d52e15162b1ea5b8f3b57d96e926cdf (patch)
treeedb007486e452da7b00e39b0da22f9ec95d669a7 /config
parent7c8fd8031038e7958ef4dbb059e86decd6fefa28 (diff)
Set display_next option to true by default (in config template)
Diffstat (limited to 'config')
-rw-r--r--config/main.inc.php.dist2
1 files changed, 1 insertions, 1 deletions
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