Thomas Bruederli
2012-07-02 b1f30d873d52e15162b1ea5b8f3b57d96e926cdf
Set display_next option to true by default (in config template)
1 files modified
2 ■■■ changed files
config/main.inc.php.dist 2 ●●● patch | view | raw | blame | history
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