Browse Source

create imap folder by default

Serghey Rodin 13 years ago
parent
commit
066a7b65dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/0.9.7/rhel/roundcube-main.conf

+ 1 - 1
install/0.9.7/rhel/roundcube-main.conf

@@ -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;