mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -07:00
Create default imap folders
This commit is contained in:
parent
242ac15d5d
commit
084142cdae
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@ $rcmail_config['trash_mbox'] = 'Trash';
|
|||
$rcmail_config['default_folders'] = array('INBOX', 'Drafts', 'Sent', 'Spam', 'Trash');
|
||||
|
||||
// automatically create the above listed default folders on first login
|
||||
$rcmail_config['create_default_folders'] = false;
|
||||
$rcmail_config['create_default_folders'] = true;
|
||||
|
||||
// protect the default folders from renames, deletes, and subscription changes
|
||||
$rcmail_config['protect_default_folders'] = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue