Changeset 3108 in subversion


Ignore:
Timestamp:
Nov 16, 2009 2:06:33 AM (4 years ago)
Author:
alec
Message:
  • removed old imap_thread_algorithm and index_sort
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/devel-threads/config/main.inc.php.dist

    r3107 r3108  
    7777$rcmail_config['imap_root'] = null; 
    7878$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 threads 
    86 // 1 - Expand all threads automatically 
    87 // 2 - Expand only threads with unread messages 
    88 $rcmail_config['autoexpand_threads'] = 0; 
    8979 
    9080// Automatically add this domain to user names for login 
     
    458448$rcmail_config['display_next'] = FALSE; 
    459449 
    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; 
    462454 
    463455// end of config file 
Note: See TracChangeset for help on using the changeset viewer.