Changeset 3108 in subversion
- Timestamp:
- Nov 16, 2009 2:06:33 AM (4 years ago)
- File:
-
- 1 edited
-
branches/devel-threads/config/main.inc.php.dist (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/devel-threads/config/main.inc.php.dist
r3107 r3108 77 77 $rcmail_config['imap_root'] = null; 78 78 $rcmail_config['imap_delimiter'] = null; 79 80 // The default IMAP message THREAD retrieval algorithm.81 // A common one for threading would be REFERENCES.82 // Make sure that your IMAP server supports this!83 $rcmail_config['imap_thread_algorithm'] = 'REFERENCES';84 85 // 0 - Do not expand threads86 // 1 - Expand all threads automatically87 // 2 - Expand only threads with unread messages88 $rcmail_config['autoexpand_threads'] = 0;89 79 90 80 // Automatically add this domain to user names for login … … 458 448 $rcmail_config['display_next'] = FALSE; 459 449 460 // If true, messages list will be sorted by message index instead of message date 461 $rcmail_config['index_sort'] = TRUE; 450 // 0 - Do not expand threads 451 // 1 - Expand all threads automatically 452 // 2 - Expand only threads with unread messages 453 $rcmail_config['autoexpand_threads'] = 0; 462 454 463 455 // end of config file
Note: See TracChangeset
for help on using the changeset viewer.
