evolution-data-server r9107 - branches/camel-db-summary/camel/providers/imap



Author: sragavan
Date: Thu Jul 10 11:53:44 2008
New Revision: 9107
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9107&view=rev

Log:
fix function protos.


Modified:
   branches/camel-db-summary/camel/providers/imap/camel-imap-folder.c

Modified: branches/camel-db-summary/camel/providers/imap/camel-imap-folder.c
==============================================================================
--- branches/camel-db-summary/camel/providers/imap/camel-imap-folder.c	(original)
+++ branches/camel-db-summary/camel/providers/imap/camel-imap-folder.c	Thu Jul 10 11:53:44 2008
@@ -914,11 +914,9 @@
 	 */
 	removed = g_array_new (FALSE, FALSE, sizeof (int));
 	
-	if (summary_len - camel_folder_summary_cache_size (folder->summary) > 50) {
-		CamelException ex;
-		camel_folder_summary_reload_from_db (folder->summary, &ex);
-	}
-
+	if (summary_len - camel_folder_summary_cache_size (folder->summary) > 50)
+		camel_folder_summary_reload_from_db (folder->summary, ex);
+	
 	for (i = 0; i < summary_len && new[i].uid; i++) {
 		gboolean changed = FALSE;
 



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