Author Topic: FOLDERS ERROR  (Read 3168 times)

BrotherAndrew

  • Guest
FOLDERS ERROR
« 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?  :--)

Offline Yoni

  • Full Member
  • ***
  • Posts: 164
    • MyRoundcube
Re: FOLDERS ERROR
« Reply #1 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;