Monotone-Parent: 6bf607a80d572f2c918d9796375bba09943229cc

Monotone-Revision: 63e89008bf0aa0171f79d7bf4570993b929c7c0d

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-01-06T03:18:38
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-01-06 03:18:38 +00:00
parent f46466164c
commit 12e392452c
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
2011-01-05 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/SOGoContactGCSEntry+MAPIStore.m (-setMAPIProperties):
take "PidLidEmail1EmailAddress" id as key for the contact email
address.
2011-01-05 Ludovic Marcotte <lmarcotte@inverse.ca>
* SoObjects/SOGo/SQLSource.m - we now honor the "mail" column

View File

@@ -27,6 +27,8 @@
#import <NGExtensions/NSObject+Logs.h>
#import <NGCards/NGVCard.h>
#include <mapistore/mapistore_nameid.h>
#import "MAPIStoreTypes.h"
#import "SOGoContactGCSEntry+MAPIStore.h"
@@ -60,7 +62,7 @@
if (value)
[newCard setFn: value];
value = [properties objectForKey: MAPIPropertyKey (0x81b0001f)];
value = [properties objectForKey: MAPIPropertyKey (PidLidEmail1EmailAddress)];
if (value)
[newCard addEmail: value types: nil];