Roundcube Community Forum

Release Support => Pending Issues => Topic started by: vclavien on May 08, 2019, 10:34:22 AM

Title: Sent/Drafts/Trash/Junk folders not created on login
Post by: vclavien on May 08, 2019, 10:34:22 AM
Hi,

We're using RoundCube 1.3.8, but since we upgraded to this version, the default folders (Sent/Drafts/Trash/Junk) are not created anymore when a user logs in.

The following configuration options are set, but it still doesn't work:

Code: [Select]
$config['create_default_folders'] = true;
$config['sent_mbox'] = 'Sent';
$config['trash_mbox'] = 'Trash';
$config['junk_mbox'] = 'Junk';

Is there something we've missed?

Thanks in advance for your help.