mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-07-16 10:03:21 -07:00
create imap folder by default
This commit is contained in:
parent
09ce7e6cfb
commit
066a7b65dd
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ $rcmail_config['trash_mbox'] = 'Trash';
|
|||
$rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash');
|
||||
|
||||
// automatically create the above listed default folders on 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