mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 21:04:06 -07:00
create default imap folders
This commit is contained in:
parent
6c4a08cf1e
commit
a2f012c7af
1 changed files with 1 additions and 0 deletions
|
@ -437,6 +437,7 @@ $rcmail_config['trash_mbox'] = 'Trash';
|
||||||
// these folders will also be displayed with localized names
|
// these folders will also be displayed with localized names
|
||||||
// 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_folders'] = array('INBOX', 'Drafts', 'Sent', 'Spam', 'Trash');
|
$rcmail_config['default_folders'] = array('INBOX', 'Drafts', 'Sent', 'Spam', 'Trash');
|
||||||
|
$rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 'Spam', 'Trash');
|
||||||
|
|
||||||
// automatically create the above listed default folders on first login
|
// automatically create the above listed default folders on first login
|
||||||
$rcmail_config['create_default_folders'] = true;
|
$rcmail_config['create_default_folders'] = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue