diff options
Diffstat (limited to 'config/main.inc.php.dist')
-rw-r--r-- | config/main.inc.php.dist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index d4650b081..e209bc638 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -443,5 +443,8 @@ $rcmail_config['check_all_folders'] = FALSE; // If true, after message delete/move, the next message will be displayed $rcmail_config['display_next'] = FALSE; +// If true, messages list will be sorted by message index instead of message date +$rcmail_config['index_sort'] = TRUE; + // end of config file ?> |