[Evolution-hackers] Cyrus IMAP



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
--- 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)))


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]