Roundcube Community Forum

 

Special folders set to "---" at first connexion

Started by LoJo, June 13, 2018, 10:39:36 AM

Previous topic - Next topic

LoJo

Hello,
On a fresh 1.3.6 roundcube install, at the first connexion, in parameters, "special folders" ar all set to "---" in place of Draft, Sent, Trash, and Junk.
How to set it automatically when users log in for the first time ?

Here are my settings in config file :
$config['create_default_folders'] = true;
$config['protect_default_folders'] = false;
$config['show_real_foldernames'] = false;


And is ther a way to change it for the users who have already loged in ?

Thanks.

LoJo

I solved that problem by defining :

$config['drafts_mbox'] = 'Drafts';
$config['junk_mbox'] = 'Junk';
$config['sent_mbox'] = 'Sent';
$config['trash_mbox'] = 'Trash';