Skip to content

Commit a2f012c

Browse files
committed
create default imap folders
1 parent 6c4a08c commit a2f012c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/debian/roundcube-main.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,7 @@ $rcmail_config['trash_mbox'] = 'Trash';
437437
// these folders will also be displayed with localized names
438438
// NOTE: Use folder names with namespace prefix (INBOX. on Courier-IMAP)
439439
$rcmail_config['default_folders'] = array('INBOX', 'Drafts', 'Sent', 'Spam', 'Trash');
440+
$rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 'Spam', 'Trash');
440441

441442
// automatically create the above listed default folders on first login
442443
$rcmail_config['create_default_folders'] = true;

0 commit comments

Comments
 (0)