evolution-data-server r9284 - trunk/camel



Author: sragavan
Date: Wed Aug  6 13:30:34 2008
New Revision: 9284
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9284&view=rev

Log:
2008-08-06  Srinivasa Ragavan  <sragavan novell com>

	* camel/camel-folder-summary.c: Remove some unwanted code.


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

Modified: trunk/camel/camel-folder-summary.c
==============================================================================
--- trunk/camel/camel-folder-summary.c	(original)
+++ trunk/camel/camel-folder-summary.c	Wed Aug  6 13:30:34 2008
@@ -713,6 +713,7 @@
 		g_ptr_array_add (array, (gpointer)camel_pstring_strdup((camel_message_info_uid(info))));
 }
 
+#warning "sucks, this function returns from memory. We need to have collate or something to get the modified ones from DB and merge"
 GPtrArray *
 camel_folder_summary_get_changed (CamelFolderSummary *s)
 {
@@ -987,7 +988,6 @@
 		
 		/* Just now we are reading from the DB, it can't be dirty. */
 		((CamelMessageInfoBase *)info)->dirty = FALSE;
-		//((CamelMessageInfoBase *)info)->flags &= ~CAMEL_MESSAGE_DB_DIRTY;		
 		if (data->add)
 			camel_folder_summary_add (s, info);
 		else



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