Author Topic: Sent/Drafts/Trash/Junk folders not created on login  (Read 2047 times)

Offline vclavien

  • Newbie
  • *
  • Posts: 1
Sent/Drafts/Trash/Junk folders not created on login
« 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.