[Evolution] Cyrus IMAP
Xavier Bestel
n0made@free.fr
Wed, 22 Oct 2003 11:04:58 +0200
--=-pI4t+FEGUUApsUsbl70a
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
Hi,
could someone apply this simple patch to CVS ? Without it the connection
to my Cyrus (debian woody) IMAP server hangs very very often.
Thanks,
Xav
--=-pI4t+FEGUUApsUsbl70a
Content-Description: patch for Cyrus
Content-Disposition: inline; filename=imap-reduce-max-command-length
Content-Type: text/plain; charset=ISO-8859-15
Content-Transfer-Encoding: 7bit
--- evolution/camel/providers/imap/camel-imap-folder.c.orig 2003-09-30 16:57:30.000000000 +0200
+++ evolution/camel/providers/imap/camel-imap-folder.c 2003-09-30 16:57:45.000000000 +0200
@@ -73,7 +73,7 @@
#define d(x)
/* set to -1 for infinite size */
-#define UID_SET_LIMIT (4096)
+#define UID_SET_LIMIT (256)
#define CF_CLASS(o) (CAMEL_FOLDER_CLASS (CAMEL_OBJECT_GET_CLASS(o)))
--=-pI4t+FEGUUApsUsbl70a--