[Dovecot] Shared INBOX change in v2.1.6?
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.
I think older Dovecot versions have allowed opening both shared/tss2 and shared/tss2/INBOX, but at least in v2.1 that code was broken. With the last change it's still possible to open both of them, the shared/tss2/INBOX just isn't visible in LIST output.
Am 01.05.2012 02:21, schrieb Timo Sirainen:
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.
I think older Dovecot versions have allowed opening both shared/tss2 and shared/tss2/INBOX, but at least in v2.1 that code was broken. With the last change it's still possible to open both of them, the shared/tss2/INBOX just isn't visible in LIST output.
what ever get patched, it should not brake existing installs in the same version tree, unless there are urgent reasons for to do so ( security , bugfixes etc ), i am not sure what to decide in this case at current i have it shown as
LIST (\HasNoChildren) "/" "shared/tss2/INBOX" and it looks ok to me
Best Regards
MfG Robert Schetterer
Germany/Munich/Bavaria
On Tue, 01 May 2012 03:21:42 +0300, Timo Sirainen tss@iki.fi 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.
That change would brake my installations badly, since I have a fair amount of users working with shared folders. They (and I myself) currently only use the old way. Personally I like the old way better, but that is a matter of personal taste, nothing more.
So an option to keep the old behaviour would be greatly appreciated.
Hi,
- LIST (\HasNoChildren) "/" "shared/tss2/INBOX"
I only use these ones. So it would break my setup either.
-Christian Rößner
Roessner-Network-Solutions Bachelor of Science Informatik Nahrungsberg 81, 35390 Gießen F: +49 641 5879091, M: +49 176 93118939 USt-IdNr.: DE225643613 http://www.roessner-network-solutions.com
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.
participants (4)
-
Christian Rößner
-
Markus Petri
-
Robert Schetterer
-
Timo Sirainen