diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-06-21 15:41:40 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-06-21 15:41:40 +0200 |
commit | cd01dc027b8fb9cc4ce7237fbb8e7359c4a5d47e (patch) | |
tree | d1122010594349660e074b200b318f027a04d714 /config/defaults.inc.php | |
parent | fc6dab3c6740092e8063f73d73d150b754376445 (diff) |
Add option to set default message list mode - default_list_mode (#1487312)
Diffstat (limited to 'config/defaults.inc.php')
-rw-r--r-- | config/defaults.inc.php | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/config/defaults.inc.php b/config/defaults.inc.php index c20a06bf7..71a2e4277 100644 --- a/config/defaults.inc.php +++ b/config/defaults.inc.php @@ -978,9 +978,12 @@ $config['check_all_folders'] = false; // If true, after message delete/move, the next message will be displayed $config['display_next'] = true; -// 0 - Do not expand threads -// 1 - Expand all threads automatically -// 2 - Expand only threads with unread messages +// Default messages listing mode. One of 'threads' or 'list'. +$config['default_list_mode'] = 'list'; + +// 0 - Do not expand threads +// 1 - Expand all threads automatically +// 2 - Expand only threads with unread messages $config['autoexpand_threads'] = 0; // When replying: |