head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.6 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.4 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.2 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q3:1.1.1.1.0.8 pkgsrc-2011Q3-base:1.1.1.1 pkgsrc-2011Q2:1.1.1.1.0.6 pkgsrc-2011Q2-base:1.1.1.1 pkgsrc-2011Q1:1.1.1.1.0.4 pkgsrc-2011Q1-base:1.1.1.1 pkgsrc-2010Q4:1.1.1.1.0.2 pkgsrc-2010Q4-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2011.12.31.03.03.08; author obache; state dead; branches; next 1.1; 1.1 date 2010.10.30.12.12.35; author obache; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2010.10.30.12.12.35; author obache; state Exp; branches; next ; desc @@ 1.2 log @Update cyrus-imapd24 to 2.4.13. While here, remove paches for ancient Darwin. Changes to the Cyrus IMAP Server since 2.4.12 * Bug #3565 - fix gcc compiler warnings - thanks Dilyan Palauzov * Bug #2685 - rename annots in delayed folder delete. Avoids annotations "reappearing" when a folder is recreated * Bug #3566 - actually fix in a backward compatible way. 2.4.12 broke older versions of bison * Lots of small cleanups from CMU as they prepared to build RSS into their 2.4 build. Thanks Ken * Bug #3591/#3609 - fix crash in mupdate on partition move * Bug #3610 - fix replication of partition move * Bug #3564 - document the way prefork interacts with multiple network protocols * Bug #3586 - allow rename of "\Noselect" if subfolders exist * A handful of small cleanups (#3593, #3594, #3595) from David Carter . Very much appreciated * Disabled duplicate_check DEBUG level log messages by default. Thanks Philip Prindeville * Bug #3608 - log mailbox name in more sync failure cases * Bug #3615 - fix proxyd_disable_mailbox_referrals. Thanks Andrew Morgan * Bug #3611 - fix crash in sync_mailbox_full if expunge fails * Backported some nice fixes from master, including safer thread/sort (there were some crashes on bad messages before) * Fixed infinite loop on suppress_capabilities with substrings of other capabilities. Ouch. * Fixed LIST and LSUB again - this time to make LIST "" "*%" work without breaking other things * Bug #3588 - make XFER not break if the wrong server name was used. The start of making murder safer * Bug #3603 - tidied up usage of kick_mupdate so it never gets called on standard murder backends * Bug #3604 - always suppress the DELETED.* mailbox names, even if delete_mode is immediate. It means a config change or different frontend won't show undeletable mailboxes * Bug #3602 - allow UpperCase in service names to work @ text @$NetBSD: patch-al,v 1.1 2010/10/30 12:12:35 obache Exp $ --- sieve/sieved.c.orig 2010-10-19 03:08:28.000000000 +0000 +++ sieve/sieved.c @@@@ -63,6 +63,10 @@@@ #include "map.h" +#ifdef __APPLE__ +struct et_list *_et_list = NULL; +#endif + /* config.c stuff */ const int config_need_data = 0; @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Import cyrus-imapd-2.4.2 as mail/cyrus-imapd24. IMAP (Internet Message Access Protocol) is an Internet standards-track protocol for accessing messages (mail, bboards, news, etc). The Cyrus IMAP server differs from other IMAP server implementations in that it is generally intended to be run on "sealed" servers, where normal users are not permitted to log in. The mailbox database is stored in parts of the filesystem that are private to the Cyrus IMAP system. All user access to mail is through the IMAP, POP3, or KPOP protocols. @ text @@