[evolution-patches] Fix for #72455 #73231 #73239 (camel-groupwise)



hi,

I am re-sending the patch that fixes the problem of disappearing the
mails in groupwise folders.
Changes are made in camel-groupwise-folder.c

Thanks
Vivek Jain
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution-data-server/camel/providers/groupwise/ChangeLog,v
retrieving revision 1.32
diff -u -p -r1.32 ChangeLog
--- ChangeLog	2 Mar 2005 06:48:48 -0000	1.32
+++ ChangeLog	3 Mar 2005 10:06:32 -0000
@@ -1,3 +1,11 @@
+2005-03-03  Vivek Jain <jvivek novell com>
+
+	***Fixes # 72455
+		 #73231
+		 #73239		
+	* camel-groupwise-folder.c :(gw_update_summary)
+	initialize status_flags to 0
+
 2005-03-02  Vivek Jain <jvivek novell com>
 
 	***Fixes # 72373
Index: camel-groupwise-folder.c
===================================================================
RCS file: /cvs/gnome/evolution-data-server/camel/providers/groupwise/camel-groupwise-folder.c,v
retrieving revision 1.33
diff -u -p -r1.33 camel-groupwise-folder.c
--- camel-groupwise-folder.c	2 Mar 2005 06:48:48 -0000	1.33
+++ camel-groupwise-folder.c	3 Mar 2005 10:06:32 -0000
@@ -710,7 +710,7 @@ gw_update_summary ( CamelFolder *folder,
 	CamelGroupwiseMessageInfo *mi = NULL;
 	GPtrArray *msg ;
 	GSList *attach_list = NULL ;
-	guint32 item_status, status_flags;
+	guint32 item_status, status_flags = 0;
 	CamelFolderChangeInfo *changes = NULL ;
 	int scount ;
 	


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