Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: kingfisher77 on August 09, 2022, 03:29:22 PM

Title: Solved: Folders settings with prefix INBOX
Post by: kingfisher77 on August 09, 2022, 03:29:22 PM
We use the prefix INBOX for namespace Inbox. The Mailbox listing is properly showing all Folders below the INBOX folder.

But in the settings, all folder which are not Special Folders are shown below the Special Folder "Archive".

See attachments.

In know this sounds strange but damn it we cannot find the reason for that.

Could someone please give us a hint? Thank you!

Dovecot 2.3.19.1
Roundcube 1.6.0

Dovecot config
namespace inbox {
  separator = /
  prefix = INBOX/
  inbox = yes
  hidden = no
  list = yes
}

Title: Re: Folders settings with prefix INBOX
Post by: kingfisher77 on August 10, 2022, 10:27:54 AM
Solved it with $rcmail_config['imap_ns_personal'] = "INBOX/";

and logout/login of current test user!