Roundcube Community Forum

 

setting server mail path

Started by Adam, September 21, 2006, 02:35:16 AM

Previous topic - Next topic

Adam

Hi,

On my Mail client I set the server path as mail. This only shows mail folders rather than folders for my entire domain (web folders, etc). Where in Roundcube can I set this path? I currently have all my folders showing and what to change it

Also, how do I change the path of the default folders? The Inbox displays all items in the inbox, but sent items are displayed under folder mail/sent.

Thanks,

Ad

Adam

even if anyone can point me in the right direction of where to look would be helpful :)

RolfXXL

Try setting
$rcmail_config['imap_root'] = 'mail/';

in config/main.inc.php

That should solve your problem.

Adam

that's great - I'll try it now!

Ad

Adam

fantastic :)

Will the same apply to changing the default location of the sent items for example?

Ad