[evolution-ews/gnome-3-8] Add E_CONTACT_OFFICE parsing for GAL
- From: David Woodhouse <dwmw2 src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-ews/gnome-3-8] Add E_CONTACT_OFFICE parsing for GAL
- Date: Mon, 15 Jul 2013 09:06:56 +0000 (UTC)
commit 28ed2d2bc31a88b46c842539dd9d0efbe9d17a28
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.
(cherry picked from commit 4248ce2f672127641866c953696355408ec43b99)
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 96ba9ee..4aff830 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]