Roundcube Community Forum

Release Support => Older Versions => 0.1 Beta 1 => Topic started by: trmentry on July 31, 2006, 03:59:04 AM

Title: imap_root?
Post by: trmentry on July 31, 2006, 03:59:04 AM
Code: [Select]
// only list folders within this path
$rcmail_config['imap_root'] = '';

I changed this to 'mail/' and then I only see my mbox files in the ~/mail/  which is what I wanted. However I no longer can see the INBOX on the left tree view. I can get back to the INBOX via the button at the top.  How can I specify that mail is in the ~/mail/ directory (and not see all the other cruft in my home dir) and still see INBOX on the left tree?

Thanks