I have all my folders coming off of my INBOX.
INBOX
INBOX.Sent
INBOX.Spam
INBOX.Drafts
etc.
I have the main.inc.php as follows:
// only list folders within this path
$rcmail_config['imap_root'] = '';
// store sent message is this mailbox
// leave blank if sent messages should not be stored
$rcmail_config['sent_mbox'] = 'INBOX.Sent';
// move messages to this folder when deleting them
// leave blank if they should be deleted directly
$rcmail_config['trash_mbox'] = 'INBOX.Trash';
// display these folders separately in the mailbox list
$rcmail_config['default_imap_folders'] = array('INBOX', 'INBOX.Drafts', 'INBOX.Sent', 'INBOX.Spam', 'INBOX.Trash');
However, the icons don't appear for the Trash, Sent, etc. If I put INBOX as "only list foloders within this path" it shows up, but I will have no INBOX.
Thanks for any advice with this.
I just installed roundcube today and got it working in a couple of minutes. Great system! Keep up the great work. Have a blast trying this out.
robert.