default namespace
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
It works with 2.2.23.
On Fri, 1 Apr 2016 02:12:17 +0300 Nerijus Baliunas nerijus@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
participants (1)
-
Nerijus Baliunas