diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-07-02 13:27:27 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-07-02 13:27:27 +0200 |
commit | b1f30d873d52e15162b1ea5b8f3b57d96e926cdf (patch) | |
tree | edb007486e452da7b00e39b0da22f9ec95d669a7 /config/main.inc.php.dist | |
parent | 7c8fd8031038e7958ef4dbb059e86decd6fefa28 (diff) |
Set display_next option to true by default (in config template)
Diffstat (limited to 'config/main.inc.php.dist')
-rw-r--r-- | 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 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 |