1 Apr
2016
1 Apr
'16
1:12 a.m.
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