Roundcube Community Forum

Release Support => Pending Issues => Topic started by: Scarabaeus on September 04, 2009, 10:13:15 PM

Title: 0.2.2 --> 0.3s Folder heirarchy & icons - What happened??
Post by: Scarabaeus on September 04, 2009, 10:13:15 PM
Upgraded from 0.2.2 stable to 0.3 Stable.
under the inbox folder it added another inbox folder and drafts, trash, sent.
see attached screen shot.
Why does this happen?
Title: 0.2.2 --> 0.3s Folder heirarchy & icons - What happened??
Post by: SKaero on October 10, 2009, 08:02:35 AM
If you change the default_imap_folders in your config/main.inc.php it should fix the problem.
Code: [Select]
$rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash');
Title: 0.2.2 --> 0.3s Folder heirarchy & icons - What happened??
Post by: Scarabaeus on October 10, 2009, 11:26:23 AM
Thanks for the response. Yes I can see how that might mess things up a bit.
But my config was already set that way.
Turns out the problem was with the folder delimiter.
Some where between 0.2.2 stable to 0.3 Stable RC decided to not like my "\" delimiter,
even when advised through configuration.
Changing the server to "." and defaulting the RC config
(and upgrading to the lastest SVN, and down grading PHP from 5.3 to5.2.9-2)
seemed to fix most all my RC woes.
(btw mail server is HmailServer)
Thanks again...