evolution-data-server r9211 -	branches/EXCHANGE_MAPI_BRANCH/camel/providers/mapi
- From: jjohnny svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-data-server r9211 -	branches/EXCHANGE_MAPI_BRANCH/camel/providers/mapi
- Date: Mon, 28 Jul 2008 10:57:29 +0000 (UTC)
Author: jjohnny
Date: Mon Jul 28 10:57:29 2008
New Revision: 9211
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9211&view=rev
Log:
Add PR_BODY* to the list of properties for fetch_item_cb
Modified:
   branches/EXCHANGE_MAPI_BRANCH/camel/providers/mapi/ChangeLog
   branches/EXCHANGE_MAPI_BRANCH/camel/providers/mapi/camel-mapi-folder.c
Modified: branches/EXCHANGE_MAPI_BRANCH/camel/providers/mapi/camel-mapi-folder.c
==============================================================================
--- branches/EXCHANGE_MAPI_BRANCH/camel/providers/mapi/camel-mapi-folder.c	(original)
+++ branches/EXCHANGE_MAPI_BRANCH/camel/providers/mapi/camel-mapi-folder.c	Mon Jul 28 10:57:29 2008
@@ -297,7 +297,7 @@
 
 		/******************** Begine Caching ************************/
 		//add to cache if its a new message
-		t_cache_stream  = camel_data_cache_get (mapi_folder->cache, "cache", mi->info.uid, ex);
+		t_cache_stream  = camel_data_cache_get (mapi_folder->cache, "cache", msg_uid, ex);
 		if (t_cache_stream) {
 			camel_object_unref (t_cache_stream);
 
@@ -580,7 +580,6 @@
 
 }
 
-/* we don't have to specify the PR_BODY_* tags since it is fetched by default */
 static const uint32_t camel_GetPropsList[] = {
 	PR_FID, 
 	PR_MID, 
@@ -598,6 +597,9 @@
 	PR_CONVERSATION_TOPIC, 
 	PR_CONVERSATION_TOPIC_UNICODE, 
 
+	PR_BODY, 
+	PR_BODY_UNICODE, 
+
 	PR_DISPLAY_TO, 
 	PR_DISPLAY_TO_UNICODE, 
 	PR_DISPLAY_CC, 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]