[evolution-ews] Add E_CONTACT_WANTS_HTML from GAL
- From: David Woodhouse <dwmw2 src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-ews] Add E_CONTACT_WANTS_HTML from GAL
- Date: Mon, 15 Jul 2013 12:04:59 +0000 (UTC)
commit 2d95ea5e81e6e5098d04563fa63e083f29beb2c4
Author: David Woodhouse <David Woodhouse intel com>
Date: Mon Jul 15 13:03:36 2013 +0100
Add E_CONTACT_WANTS_HTML from GAL
src/addressbook/ews-oab-decoder.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/addressbook/ews-oab-decoder.c b/src/addressbook/ews-oab-decoder.c
index 98e498e..c3e37b3 100644
--- a/src/addressbook/ews-oab-decoder.c
+++ b/src/addressbook/ews-oab-decoder.c
@@ -234,6 +234,7 @@ static const struct prop_field_mapping {
{EWS_PT_THUMBNAIL_PHOTO, E_CONTACT_PHOTO, ews_populate_photo},
{EWS_PT_OFFICE_LOCATION, E_CONTACT_OFFICE, ews_populate_simple_string},
{EWS_PT_X509_CERT, E_CONTACT_X509_CERT, ews_populate_cert},
+ {EWS_PT_SEND_RICH_INFO, E_CONTACT_WANTS_HTML, ews_populate_simple_string},
};
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]