evolution-data-server r9182 - trunk/camel



Author: sragavan
Date: Thu Jul 24 20:08:11 2008
New Revision: 9182
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9182&view=rev

Log:
2008-07-25  Srinivasa Ragavan  <sragavan novell com>

	* camel/camel-folder-search.c: Sync the db before we do a search. So
	that we are always on sync with view.


Modified:
   trunk/camel/ChangeLog
   trunk/camel/camel-folder-search.c

Modified: trunk/camel/camel-folder-search.c
==============================================================================
--- trunk/camel/camel-folder-search.c	(original)
+++ trunk/camel/camel-folder-search.c	Thu Jul 24 20:08:11 2008
@@ -464,6 +464,9 @@
 	struct _CamelFolderSearchPrivate *p = _PRIVATE(search);
 
 	g_assert(search->folder);
+	
+	/* Sync the db, so that we search the db for changes */
+	camel_folder_summary_save_to_db (search->folder->summary, ex);
 
 	p->ex = ex;
 



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