diff options
| author | alecpl <alec@alec.pl> | 2012-02-13 07:41:10 +0000 | 
|---|---|---|
| committer | alecpl <alec@alec.pl> | 2012-02-13 07:41:10 +0000 | 
| commit | bf9ddec776715fd8732a23a1dd0b25b660ed5439 (patch) | |
| tree | d4385f02ce4caf1eea2b7846c065be6862fcb72d | |
| parent | f9a967763e2a4cc595b44f40ac1ca666b2a02af6 (diff) | |
- default_imap_folders -> default_folders
| -rw-r--r-- | config/main.inc.php.dist | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/config/main.inc.php.dist b/config/main.inc.php.dist index be82a5f62..b8e5d0df2 100644 --- a/config/main.inc.php.dist +++ b/config/main.inc.php.dist @@ -427,7 +427,7 @@ $rcmail_config['trash_mbox'] = 'Trash';  // display these folders separately in the mailbox list.  // these folders will also be displayed with localized names  // NOTE: Use folder names with namespace prefix (INBOX. on Courier-IMAP) -$rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash'); +$rcmail_config['default_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash');  // automatically create the above listed default folders on first login  $rcmail_config['create_default_folders'] = false; @@ -769,7 +769,7 @@ $rcmail_config['force_7bit'] = false;  // Defaults of the search field configuration.  // The array can contain a per-folder list of header fields which should be considered when searching  // The entry with key '*' stands for all folders which do not have a specific list set. -// Please note that folder names should to be in sync with $rcmail_config['default_imap_folders'] +// Please note that folder names should to be in sync with $rcmail_config['default_folders']  $rcmail_config['search_mods'] = null;  // Example: array('*' => array('subject'=>1, 'from'=>1), 'Sent' => array('subject'=>1, 'to'=>1));  // Defaults of the addressbook search field configuration. | 
