I had installed 0.9.3 in a hosted environment, the mail server uses IMAP prefix "INBOX"
I have modified my config files as:
$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:
Location: Folder name INBOX ยป Drafts
While in my host copy, the same folder has the properties:
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.
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)