mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 18:49:17 -07:00
create_default_folders
This commit is contained in:
parent
794139501f
commit
5707bda628
2 changed files with 2 additions and 2 deletions
|
@ -439,7 +439,7 @@ $rcmail_config['trash_mbox'] = '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;
|
||||
$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