[evolution-ews] Add a couple of fixme's to not miss the todo's



commit f00a446266478c107f4fed48434ca7bd7e94d4e7
Author: Chenthill Palanisamy <pchenthill novell com>
Date:   Thu May 19 18:19:52 2011 +0530

    Add a couple of fixme's to not miss the todo's
    
    "FIXME get the real folder ids of the system folders using
    by fetching them using distinguished folder ids once"

 src/camel/camel-ews-folder.c |    2 ++
 src/camel/camel-ews-utils.c  |    3 ++-
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/src/camel/camel-ews-folder.c b/src/camel/camel-ews-folder.c
index 9572b0b..5196d25 100644
--- a/src/camel/camel-ews-folder.c
+++ b/src/camel/camel-ews-folder.c
@@ -1174,6 +1174,8 @@ ews_expunge_sync (CamelFolder *folder, EVO3(GCancellable *cancellable,) GError *
 
 	if (!camel_ews_store_connected (ews_store, error))
 		return FALSE;
+	
+	/* FIXME Run expunge on just trash folder once we are able to identify the exact trash */
 
 	/*Collect UIDs of deleted messages.*/
 	count = camel_folder_summary_count (folder->summary);
diff --git a/src/camel/camel-ews-utils.c b/src/camel/camel-ews-utils.c
index f515093..d983130 100644
--- a/src/camel/camel-ews-utils.c
+++ b/src/camel/camel-ews-utils.c
@@ -485,7 +485,8 @@ sync_updated_folders (CamelEwsStore *store, GSList *updated_folders)
 	}
 }
 
-
+/* FIXME get the real folder ids of the system folders using
+   by fetching them using distinguished folder ids once */
 static void
 add_folder_to_summary (CamelEwsStore *store, EEwsFolder *folder)
 {



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