evolution-data-server r8901 - branches/camel-db-summary/camel/providers/groupwise



Author: sragavan
Date: Tue Jun  3 03:39:55 2008
New Revision: 8901
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=8901&view=rev

Log:
Add more GW support.


Modified:
   branches/camel-db-summary/camel/providers/groupwise/camel-groupwise-summary.c

Modified: branches/camel-db-summary/camel/providers/groupwise/camel-groupwise-summary.c
==============================================================================
--- branches/camel-db-summary/camel/providers/groupwise/camel-groupwise-summary.c	(original)
+++ branches/camel-db-summary/camel/providers/groupwise/camel-groupwise-summary.c	Tue Jun  3 03:39:55 2008
@@ -175,6 +175,23 @@
 static int
 summary_header_from_db (CamelFolderSummary *s, CamelFIRecord *mir)
 {
+	CamelImapSummary *ims = CAMEL_IMAP_SUMMARY (s);
+	char *part;
+
+	if (camel_groupwise_summary_parent->summary_header_from_db (s, mir) == -1)
+		return -1 ;
+
+	part = mir->bdata;
+
+	if (part)
+		EXTRACT_FIRST_DIGIT(ims->version);
+
+	if (part)
+		EXTRACT_DIGIT (ims->validity);
+
+	if (part)
+		
+		
 	return 0;
 }
 



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