[evolution-patches] 61468, message-list blank on lotus notes




groan, why was the patch so simple.  maybe i was looking at the logs wrong and didn't spot it.

i'd rather not waste peoples time with this stupid problem anymore, we should just get all the headers.  i would guess more servers will do this correctly.

pity this missed 2.0.4, but i'll commit it to that branch anyway

Index: camel/providers/imap/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution-data-server/camel/providers/imap/ChangeLog,v
retrieving revision 1.9
diff -u -p -r1.9 ChangeLog
--- camel/providers/imap/ChangeLog	16 Feb 2005 19:47:08 -0000	1.9
+++ camel/providers/imap/ChangeLog	22 Feb 2005 07:09:20 -0000
@@ -1,3 +1,11 @@
+2005-02-22  Not Zed  <NotZed Ximian com>
+
+	** See bug #61468
+
+	* camel-imap-folder.c (imap_update_summary): get rid of the stupid
+	HEADER.FIELDS NOT() blah, it just caused more problems than it
+	ever solved.
+
 2005-02-15  Björn Torkelsson  <torkel acc umu se>
 
 	* camel-imap-store.c (imap_build_folder_info): Rename inbox/INBOX to 
Index: camel/providers/imap/camel-imap-folder.c
===================================================================
RCS file: /cvs/gnome/evolution-data-server/camel/providers/imap/camel-imap-folder.c,v
retrieving revision 1.345
diff -u -p -r1.345 camel-imap-folder.c
--- camel/providers/imap/camel-imap-folder.c	9 Feb 2005 17:40:59 -0000	1.345
+++ camel/providers/imap/camel-imap-folder.c	22 Feb 2005 07:09:22 -0000
@@ -2261,7 +2261,7 @@ imap_update_summary (CamelFolder *folder
 	
 	CAMEL_SERVICE_ASSERT_LOCKED (store, connect_lock);
 	if (store->server_level >= IMAP_LEVEL_IMAP4REV1)
-		header_spec = "HEADER.FIELDS.NOT (RECEIVED)";
+		header_spec = "HEADER";
 	else
 		header_spec = "0";
 	


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