diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-06-21 15:41:40 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-07-31 14:16:05 +0200 |
commit | d1749659d25c5b68600aef3557284cedff8dded1 (patch) | |
tree | e3e9459679ec55dbfedb3531a60d814992eab9c9 /config/defaults.inc.php | |
parent | 057444bd415a3b0fef503f88f44d29b95e50d64d (diff) |
Backported 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 3a892cea3..14612e078 100644 --- a/config/defaults.inc.php +++ b/config/defaults.inc.php @@ -970,9 +970,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: |