4 May
2012
4 May
'12
9:42 p.m.
On 1.5.2012, at 3.21, Timo Sirainen wrote:
Previously Dovecot has shown shared INBOX like:
- LIST (\HasChildren) "/" "shared/tss2"
- LIST (\HasNoChildren) "/" "shared/tss2/INBOX"
- LIST (\HasNoChildren) "/" "shared/tss2/foo"
The last change in hg makes it return simply (same as with Cyrus):
- LIST (\HasChildren) "/" "shared/tss2"
- LIST (\HasNoChildren) "/" "shared/tss2/foo"
This behavior could be made optional, but does anyone actually want it to work the old way (and why)? I'd rather not add an option that isn't useful to anyone.
Well, I guess it has to be optional then: http://hg.dovecot.org/dovecot-2.1/rev/40a544fc4778
I might change the default in v2.2 though.