- Fix description of create_default_folders (#1488183)

pull/1/head
alecpl 13 years ago
parent 1cb0d640ec
commit 95ebcd91f2

@ -418,7 +418,7 @@ $rcmail_config['trash_mbox'] = 'Trash';
// NOTE: Use folder names with namespace prefix (INBOX. on Courier-IMAP) // 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_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash');
// automatically create the above listed default folders on login // automatically create the above listed default folders on first login
$rcmail_config['create_default_folders'] = false; $rcmail_config['create_default_folders'] = false;
// protect the default folders from renames, deletes, and subscription changes // protect the default folders from renames, deletes, and subscription changes

Loading…
Cancel
Save