Roundcube Community Forum

 

$rcmail_config['create_default_folders'] = true is not working in roundcube v.0.6

Started by bakhtiyor, November 01, 2011, 02:05:55 PM

Previous topic - Next topic

bakhtiyor

Hi.

I have roundcube v.0.6 and in main.inc.php I have changed $rcmail_config['create_default_folders'] = TRUE; in order to show default folders like Inbox, Sent, Trash, etc. But still it doesn't show it.

How can I solve my problem please?

Thank you,
Bak

JohnDoh

default folders are only created the first time a user logs in, had you already logged in before you changed the config?
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

bakhtiyor

All right, i didn't know that. I have deleted all the records from roundcube tables and it started to work. Thank you.

bakhtiyor

#3
The problem is solved!