Roundcube Community Forum

 

can't see IMAP folders

Started by rjwill, September 13, 2011, 10:52:17 AM

Previous topic - Next topic

rjwill

Hello All,

I'm evaluating Roundcube and I've had some trouble trying to get my IMAP folders to show up in RC.

I'm using dovecot 2 on the backend, and we have an imap namespace using the "Mail/" prefix:

 namespace {
  hidden = yes
  list = no
  location = mbox:~/Mail/
  prefix = Mail/
  separator = /
  type = private
}

In RC config I have:

$rcmail_config['imap_delimiter'] = '/';
$rcmail_config['imap_ns_personal'] = 'Mail/';

but I can't see my current mail folders that I know exist i my Mail directory.

Oddly enough, if I go to settings/folders and try to create a folder, it succeeds,
and I can then see the new folder in my Mail/ dir on disk but still can't see it in RC.

What am I missing here?

Thanks.

alec