Hi,

>>>>> On Fri, 17 Mar 2017 17:04:52 +1100
>>>>> ellie timoney <el...@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,

--- 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"
--
Hajimu UMEMOTO
u...@mahoroba.org  u...@freebsd.org
http://www.mahoroba.org/~ume/
----
Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

Reply via email to