PATCH: Murder front end does not proxy LIST (special-use)
John Capo
jc at irbs.com
Tue May 24 17:57:03 EDT 2016
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);
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: imapd.c-patch1
Type: application/octet-stream
Size: 423 bytes
Desc: not available
URL: <http://lists.andrew.cmu.edu/pipermail/cyrus-devel/attachments/20160524/4f272ba6/attachment.obj>
More information about the Cyrus-devel
mailing list