Author: jjohnny
Date: Mon Jan 28 09:45:59 2008
New Revision: 8437
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=8437&view=rev

Log:
Use PR_NORMALIZED_SUBJECT for fetching subjects.


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 Jan 28 09:45:59 2008
@@ -250,11 +250,7 @@
        item->mid = mid;
 
        /* FixME : which on of this will fetch the subject. */
-/*     item->header.subject = find_mapi_SPropValue_data (array, 
PR_CONVERSATION_TOPIC); */
-/*     item->header.subject = find_mapi_SPropValue_data (array, 
PR_NORMALIZED_SUBJECT); */
-/*     item->header.subject = find_mapi_SPropValue_data (array, 
PR_CONVERSATION_TOPIC_UNICODE); */
-/*     item->header.subject = find_mapi_SPropValue_data (array, PR_SUBJECT); */
-       item->header.subject = find_mapi_SPropValue_data (array, PR_URL_NAME);
+       item->header.subject = find_mapi_SPropValue_data (array, 
PR_NORMALIZED_SUBJECT);
        item->header.to = g_strdup (find_mapi_SPropValue_data (array, 
PR_DISPLAY_TO));
        item->header.cc = g_strdup (find_mapi_SPropValue_data (array, 
PR_DISPLAY_CC));
        item->header.bcc = g_strdup (find_mapi_SPropValue_data (array, 
PR_DISPLAY_BCC));
@@ -278,7 +274,7 @@
 /*     printf("%s(%d):%s:subject : %s \n from : %s\nto : %s\n cc : %s\n", 
__FILE__, */
 /*            __LINE__, __PRETTY_FUNCTION__, item->header.subject, */
 /*            item->header.from, item->header.to, item->header.cc); */
-//     debug_mapi_property_dump (array);
+/*     debug_mapi_property_dump (array); */
 
        slist = g_slist_append (slist, item);
        mapi_folder->priv->item_list = slist;
@@ -443,7 +439,7 @@
 }
 
 static const uint32_t GetPropsList[] = {
-       PR_URL_NAME,
+       PR_NORMALIZED_SUBJECT,
        PR_MESSAGE_SIZE,
        PR_MESSAGE_DELIVERY_TIME,
        PR_MESSAGE_FLAGS,
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to