Roundcube Community Forum

Miscellaneous => Roundcube Discussion => Topic started by: ulquiorra on September 07, 2009, 11:06:09 AM

Title: auto Creating folders at the first login
Post by: ulquiorra on September 07, 2009, 11:06:09 AM
hi to every body.

I have a problem with my configuration (or may be no). first of all is it possible to automaticaly create folders like trash, junk, or somme things like that at the first login of a user? if yes how do i do?
Because i've set those variables of roundcube config talking about that but it doesn't give any result. please help me..
Title: auto Creating folders at the first login
Post by: oldschool on September 07, 2009, 02:24:47 PM
---
// automatically create the above listed default folders on login
$rcmail_config['create_default_folders'] = TRUE;
---


Rgds.
Title: auto Creating folders at the first login
Post by: ulquiorra on September 08, 2009, 08:04:55 AM
I've try that way but no results. may be it is a bug of the 2 stable release of roundcube...
it is only creating the INBOX folder, but not the other ones

EDIT--> or may be i hve to activate it after logged  in??? please i'm very confuse..
Title: auto Creating folders at the first login
Post by: JohnDoh on September 08, 2009, 10:54:49 AM
this only works the first time the user logs in, so if you turn it on now it wont create the folders for any users RC already knows about, even if they dont have them.
Title: auto Creating folders at the first login
Post by: ulquiorra on September 08, 2009, 12:38:02 PM
oh thanks for the precision. let me test it ans see. thanks