Author Topic: Incorrect folder icons?  (Read 3159 times)

Offline louisli

  • Jr. Member
  • **
  • Posts: 10
Incorrect folder icons?
« on: September 04, 2013, 01:06:02 AM »
I had installed 0.9.3 in a hosted environment, the mail server uses IMAP prefix "INBOX"

I have modified my config files as:
Code: [Select]
$rcmail_config['drafts_mbox'] = 'INBOX.Drafts';
$rcmail_config['junk_mbox'] = 'spam';
$rcmail_config['sent_mbox'] = 'INBOX.Sent';
$rcmail_config['trash_mbox'] = 'INBOX.Trash';
$rcmail_config['default_folders'] = array('INBOX', 'INBOX.Drafts', 'INBOX.Sent', 'spam', 'INBOX.Trash');

but the folder icons are displayed as normal folder icons "folders1.png"
When I use the Roundcube provided by my host, the folder icons are shown as "folders2.png"

I noticed in my installation, under folder settings. E.g. folder Drafts, it has properties:
Code: [Select]
Location: Folder name INBOX ยป Drafts

While in my host copy, the same folder has the properties:
Code: [Select]
Location: Folder name Drafts

What else should I change so my folder icons will show up normally?  Meanwhile, the folders are functioning normally.

Thank you.

Offline louisli

  • Jr. Member
  • **
  • Posts: 10
Re: Incorrect folder icons?
« Reply #1 on: September 04, 2013, 01:28:43 AM »
Amazing, I ran into Settings again, inside "special folders", just changing the folders, save, then change them back to my original settings, the icons are back.  8)