Thanks :) This is now in git on the cyrus-imapd-2.5 branch. I don't think the problem affects the master branch.
Cheers, ellie On Wed, May 25, 2016, at 07:57 AM, John Capo via Cyrus-devel wrote: > Its been a while since I brought up a Cyrus system but it all comes back. > > Patch also attached. > > --- cyrus-imapd-2.5.7/imap/imapd.c.orig 2016-05-22 19:42:22.960086891 > +0000 > +++ cyrus-imapd-2.5.7/imap/imapd.c 2016-05-22 19:43:31.482356696 > +0000 > @@ -11867,6 +11867,10 @@ > prot_printf(backend_inbox->out, "%cchildren", c); > c = ' '; > } > + if (listargs->ret & LIST_RET_SPECIALUSE) { > + prot_printf(backend_inbox->out, "%cspecial-use", c); > + c = ' '; > + } > (void)prot_putc(')', backend_inbox->out); > } > > Email had 1 attachment: > + imapd.c-patch1 > 1k (application/octet-stream)