default namespace
Nerijus Baliunas
nerijus at users.sourceforge.net
Fri Apr 1 00:44:16 UTC 2016
It works with 2.2.23.
On Fri, 1 Apr 2016 02:12:17 +0300 Nerijus Baliunas <nerijus at users.sourceforge.net> wrote:
> Hello,
>
> With no namespace settings and dovecot 2.0.9 I get the following listing:
>
> a LIST "" "*"
> * LIST (\HasNoChildren) "." "Trash"
> * LIST (\HasNoChildren) "." "Sent"
> * LIST (\HasNoChildren) "." "INBOX"
> a OK List completed.
>
> Then I add the namespaces:
>
> namespace inbox {
> separator = .
> prefix =
> inbox = yes
> hidden = no
> list = yes
> subscriptions = yes
> }
>
> namespace compat {
> separator = .
> prefix = INBOX.
> inbox = no
> hidden = yes
> list = no
> alias_for =
> }
>
> Then list output changes:
>
> a LIST "" "*"
> * LIST (\HasNoChildren) "." "Trash"
> * LIST (\HasNoChildren) "." "Sent"
> * LIST (\HasChildren) "." "INBOX"
> a OK List completed.
>
> INBOX now has \HasChildren, while before it had \HasNoChildren.
> How can I make it \HasNoChildren?
>
> Regards,
> Nerijus
More information about the dovecot
mailing list