Author Topic: 0.2.2 --> 0.3s Folder heirarchy & icons - What happened??  (Read 3044 times)

Offline Scarabaeus

  • Jr. Member
  • **
  • Posts: 13
0.2.2 --> 0.3s Folder heirarchy & icons - What happened??
« 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?
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 ]

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
0.2.2 --> 0.3s Folder heirarchy & icons - What happened??
« Reply #1 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');

Offline Scarabaeus

  • Jr. Member
  • **
  • Posts: 13
0.2.2 --> 0.3s Folder heirarchy & icons - What happened??
« Reply #2 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...
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 ]