[evolution-ews] Add E_CONTACT_OFFICE parsing for GAL



commit 4248ce2f672127641866c953696355408ec43b99
Author: David Woodhouse <David Woodhouse intel com>
Date:   Mon Jul 15 09:58:14 2013 +0100

    Add E_CONTACT_OFFICE parsing for GAL
    
    Bug 677244 laments the lack of a number of fields, this being one of them.

 src/addressbook/ews-oab-decoder.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/addressbook/ews-oab-decoder.c b/src/addressbook/ews-oab-decoder.c
index c2bdf62..a0c365d 100644
--- a/src/addressbook/ews-oab-decoder.c
+++ b/src/addressbook/ews-oab-decoder.c
@@ -215,7 +215,8 @@ static const struct prop_field_mapping {
        {EWS_PT_PAGER_NUMBER, E_CONTACT_PHONE_PAGER, ews_populate_simple_string},
        {EWS_PT_COMMENT, E_CONTACT_NOTE, ews_populate_simple_string},
        {EWS_PT_DL_MEMBERS, E_CONTACT_EMAIL, ews_populate_string_list},
-       {EWS_PT_THUMBNAIL_PHOTO, E_CONTACT_PHOTO, ews_populate_photo}
+       {EWS_PT_THUMBNAIL_PHOTO, E_CONTACT_PHOTO, ews_populate_photo},
+       {EWS_PT_OFFICE_LOCATION, E_CONTACT_OFFICE, ews_populate_simple_string},
 };
 
 static void


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