Author Topic: setting server mail path  (Read 5135 times)

Offline Adam

  • Jr. Member
  • **
  • Posts: 46
setting server mail path
« on: September 21, 2006, 02:35:16 AM »
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

Offline Adam

  • Jr. Member
  • **
  • Posts: 46
Re: setting server mail path
« Reply #1 on: September 23, 2006, 08:15:38 AM »
even if anyone can point me in the right direction of where to look would be helpful :)

Offline RolfXXL

  • Newbie
  • *
  • Posts: 9
Re: setting server mail path
« Reply #2 on: September 25, 2006, 08:43:13 AM »
Try setting
$rcmail_config['imap_root'] = 'mail/';

in config/main.inc.php

That should solve your problem.

Offline Adam

  • Jr. Member
  • **
  • Posts: 46
Re: setting server mail path
« Reply #3 on: September 25, 2006, 12:12:00 PM »
that's great - I'll try it now!

Ad

Offline Adam

  • Jr. Member
  • **
  • Posts: 46
Re: setting server mail path
« Reply #4 on: September 25, 2006, 12:19:35 PM »
fantastic :)

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

Ad