mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-14 03:11:24 +00:00
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:
@@ -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
|
||||
|
||||
@@ -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];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user