Bug in Custombuild2

hape

Verified User
Joined
Jul 22, 2010
Messages
80
Location
Poland
In Custombuild 2.0 there is a big bug with e-mails folders. They aren't created correctly. Tested on Centos 6. Fresh install.\
 

Attachments

  • a.png
    a.png
    59.4 KB · Views: 88
Welcome, solve.
On the end of /var/www/html/roundcube-1.0.2/config/config.inc.php you should add:
$config['default_folders'] = array('INBOX', 'INBOX.Drafts', 'INBOX.Sent', 'INBOX.spam', 'INBOX.Trash');

Please fix it in the CB 2.0.
 
default_folders option is goint to be removed. It will be using create_default_folders. Please check:
http://trac.roundcube.net/ticket/1489737
http://trac.roundcube.net/changeset/dc0b500e78aae13349b848303302a213ed3a1e65/github
http://trac.roundcube.net/browser/github/CHANGELOG?rev=dc0b500e78aae13349b848303302a213ed3a1e65

But yes, it looks they delayed the removal of it, so I'm going to add it back to CB code for now. Thank you for the report.

Dovecot also has a feature to create the default folders, which might be useful to have a standard on the whole server:
http://wiki2.dovecot.org/MailboxSettings
 
Back
Top