Roundcube Community Forum

 

automatic generation of folders on login

Started by ahuacatlan, January 07, 2009, 01:32:42 AM

Previous topic - Next topic

ahuacatlan

Hi,
I've enabled:

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


And it works for all the users... EXCEPT there was one user I created before enabling this, and even after deleting this user completely, restarting the server, and re-adding this user with the same username, the folders won't be generated.

How can I fix this? (make roundcube forget this user ever existed)

Thanks

ahuacatlan

Seriously... this forum seems worthless...

once again I located the solution to my problem before any response:

Even though user details are stored in pgsql (for my install), the user prefs are stored in a mysql table. So the prefs for this user remained after deleting the account.
I deleted his prefs from the mysql user table.

Julius Caesar

#2
Quote from: ahuacatlan;16081Seriously... this forum seems worthless...

Not everybody thinks so. But if you expect an answer in 30 minutes during the time I'm (but also many others are) still in bed, your expectations are too high.

But the solution is now known and available on this forum for other users with this problem
Julius Caesar

You can download the Groupvice4 theme here.
Sie können Groupvice4 hier he

ahuacatlan

Sorry. I admit my comment was rude. I guess I was just irritated that at the official forum for a project I have never received any response to any question... even the seemingly simple ones.