Cyrus IMAP 3.0.0-rc4 released

Hajimu UMEMOTO ume at mahoroba.org
Fri Mar 17 13:04:03 EDT 2017


Hi,

>>>>> On Fri, 17 Mar 2017 17:04:52 +1100
>>>>> ellie timoney <ellie at fastmail.com> said:

ellie> The Cyrus team is proud to announce the immediate availability of the
ellie> third release candidate from the Cyrus IMAP 3.0 series: 3.0.0-rc4.

It seems that even when http is not enabled, the header of ical is
required wrongly.  The attached patch should fix this problem.

Sincerely,

-------------- next part --------------
--- imap/index.c.orig	2017-03-17 04:11:35 UTC
+++ imap/index.c
@@ -53,8 +53,10 @@
 #include <ctype.h>
 #include <stdlib.h>
 
+#ifdef USE_HTTPD
 /* For iCalendar indexing */
 #include <libical/ical.h>
+#endif
 
 #include "acl.h"
 #include "annotate.h"
-------------- next part --------------

--
Hajimu UMEMOTO
ume at mahoroba.org  ume at FreeBSD.org
http://www.mahoroba.org/~ume/


More information about the Info-cyrus mailing list