Skip to content

Commit 066a7b6

Browse files
committed
create imap folder by default
1 parent 09ce7e6 commit 066a7b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/0.9.7/rhel/roundcube-main.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ $rcmail_config['trash_mbox'] = 'Trash';
158158
$rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash');
159159

160160
// automatically create the above listed default folders on login
161-
$rcmail_config['create_default_folders'] = FALSE;
161+
$rcmail_config['create_default_folders'] = TRUE;
162162

163163
// protect the default folders from renames, deletes, and subscription changes
164164
$rcmail_config['protect_default_folders'] = TRUE;

0 commit comments

Comments
 (0)