Author Topic: automatic generation of folders on login  (Read 3542 times)

Offline ahuacatlan

  • Newbie
  • *
  • Posts: 9
automatic generation of folders on login
« on: January 07, 2009, 01:32:42 AM »
Hi,
I've enabled:

Code: [Select]
// 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

Offline ahuacatlan

  • Newbie
  • *
  • Posts: 9
automatic generation of folders on login
« Reply #1 on: January 07, 2009, 02:04:28 AM »
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.

Offline Julius Caesar

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 498
    • http://www.de-keizer.net/
automatic generation of folders on login
« Reply #2 on: January 07, 2009, 03:39:46 AM »
Quote from: ahuacatlan;16081
Seriously... 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
« Last Edit: January 07, 2009, 03:41:47 AM by Julius Caesar »
Julius Caesar

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

Offline ahuacatlan

  • Newbie
  • *
  • Posts: 9
automatic generation of folders on login
« Reply #3 on: January 07, 2009, 04:10:00 AM »
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.