Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: BrotherAndrew on November 27, 2012, 05:50:07 AM

Title: FOLDERS ERROR
Post by: BrotherAndrew on November 27, 2012, 05:50:07 AM
I noticed that when I create New Accounts, Only Inbox shows.  I assume that I have a Mistake in Config (main.inc.php) file.  Any ideas as to what the issue could be?  :--)
Title: Re: FOLDERS ERROR
Post by: Yoni on November 27, 2012, 11:01:44 AM
No issues there. Roundcube does not create folders by default. To have it create Default folder by default, edit main.inc.php:

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