You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reported by rosali on 9 Nov 2013 11:34 UTC as Trac ticket #1489423
Default folders ...
./config/main.inc.php
// automatically create the above listed default folders on login
$rcmail_config['create_default_folders'] = true;
... are only created on first time login. This is bad if you want to add additonal default folders for existing Roundcube users. F.e. add 'Archive' folder after installing 'archive' plugin.
If you re-implement it, please consider the order of default folders according to the configuration array $rcmail_config['default_folders'] as well. Of course INBOX always has to be the first folder. Thanks!
Reported by rosali on 9 Nov 2013 11:34 UTC as Trac ticket #1489423
Default folders ...
./config/main.inc.php
... are only created on first time login. This is bad if you want to add additonal default folders for existing Roundcube users. F.e. add 'Archive' folder after installing 'archive' plugin.
Migrated-From: http://trac.roundcube.net/ticket/1489423
The text was updated successfully, but these errors were encountered: