Skip to content

Commit 084142c

Browse files
committed
Create default imap folders
1 parent 242ac15 commit 084142c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/rhel/roundcube-main.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ $rcmail_config['trash_mbox'] = 'Trash';
439439
$rcmail_config['default_folders'] = array('INBOX', 'Drafts', 'Sent', 'Spam', 'Trash');
440440

441441
// automatically create the above listed default folders on first login
442-
$rcmail_config['create_default_folders'] = false;
442+
$rcmail_config['create_default_folders'] = true;
443443

444444
// protect the default folders from renames, deletes, and subscription changes
445445
$rcmail_config['protect_default_folders'] = true;

0 commit comments

Comments
 (0)