Roundcube Community Forum

 

create email folders on first login?

Started by lhwparis, March 31, 2008, 08:50:14 AM

Previous topic - Next topic

lhwparis

hi, is there an option to let create folders like Sent Trash or Junk when user is loggging in the first time and these folders doesnt exist??

guilichou

How about reading the configuration file config/main.inc.php and finding the answer alone ?


brewnchew

Yes, as Guilichou stated it is in the main.inc.php file in your config folder. The following variable needs to be set to TRUE. The default setting is FALSE.

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

I don't have the line number just do a find on create_default_folders.

Chew