> I am pleased to announce the release of Cyrus IMAPd 2.3.11. This > release should be considered production quality. The patch below fixes a typo which prevents building on older GCC. Simon --- cyrus-imapd-2.3.11/imap/index.c.orig Fri Oct 26 17:31:40 2007 +++ cyrus-imapd-2.3.11/imap/index.c Tue Dec 11 11:20:27 2007 @@ -2578,7 +2578,7 @@ unsigned long msg_size = 0; const char *cacheitem; int fetchmime = 0; - unsigned size, offset = 0, skip = 0;; + unsigned size, offset = 0, skip = 0; int n, r = 0; if (outsize) *outsize = 0; ---- Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html