evolution-data-server r8577 - trunk/camel/providers/groupwise



Author: psankar
Date: Thu Mar 20 11:22:52 2008
New Revision: 8577
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=8577&view=rev

Log:
2008-03-20  Sankar P  <psankar novell com>

	** Fix for bug #523528 and bnc #372383

	* camel-groupwise-folder.c: (groupwise_folder_get_message):
	Some mails with attachments does not have an attachment icon in the mail list. 
	Related problems: Mail size is not shown for some mails.
	And not all related recurring appointments are deleted as well.




Modified:
   trunk/camel/providers/groupwise/ChangeLog
   trunk/camel/providers/groupwise/camel-groupwise-folder.c

Modified: trunk/camel/providers/groupwise/camel-groupwise-folder.c
==============================================================================
--- trunk/camel/providers/groupwise/camel-groupwise-folder.c	(original)
+++ trunk/camel/providers/groupwise/camel-groupwise-folder.c	Thu Mar 20 11:22:52 2008
@@ -167,7 +167,8 @@
 	container_id =  g_strdup (camel_groupwise_store_container_id_lookup (gw_store, folder->full_name)) ;
 
 	cnc = cnc_lookup (priv);
-	status = e_gw_connection_get_item (cnc, container_id, uid, "peek default distribution recipient message attachments subject notification created recipientStatus status", &item);
+	
+	status = e_gw_connection_get_item (cnc, container_id, uid, "peek default distribution recipient message attachments subject notification created recipientStatus status hasAttachment size recurrenceKey", &item);
 	if (status != E_GW_CONNECTION_STATUS_OK) {
 		g_free (container_id);
 		camel_exception_set (ex, CAMEL_EXCEPTION_SERVICE_INVALID, _("Could not get message"));



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