Roundcube Community Forum

 

0.2.2 --> 0.3s Folder heirarchy & icons - What happened??

Started by Scarabaeus, September 04, 2009, 10:13:15 PM

Previous topic - Next topic

Scarabaeus

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?
hMailServer 5.3.3 - Build 1879 | ClamAV 0.96.5 (tBB) | SpamAssassin 3.2.3.5
AfterLogic Webmail Pro 6.3.10 | RoundCube 0.7.1
WampServer 2.0i - [ Apache 2.2.11 | MySQL 5.1.36 | PHP 5.3.0 ]

SKaero

If you change the default_imap_folders in your config/main.inc.php it should fix the problem.
$rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash');

Scarabaeus

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...
hMailServer 5.3.3 - Build 1879 | ClamAV 0.96.5 (tBB) | SpamAssassin 3.2.3.5
AfterLogic Webmail Pro 6.3.10 | RoundCube 0.7.1
WampServer 2.0i - [ Apache 2.2.11 | MySQL 5.1.36 | PHP 5.3.0 ]