Re: Cyrus IMAP 3.0.0-rc4 released
Hajimu UMEMOTO <[email protected]>
| Newsgroups | gmane.mail.imap.cyrus |
|---|---|
| Message-ID | <[email protected]> |
Hi, >>>>> On Fri, 17 Mar 2017 17:04:52 +1100 >>>>> ellie timoney <[email protected]> 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, -- Hajimu UMEMOTO [email protected] [email protected] 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
imap__index.c.diff
(text/plain, 251 B)
--- 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"