mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-04 12:58:50 +00:00
Monotone-Parent: 819868044eb268089e0c5cc2f35f71e9b157e69a
Monotone-Revision: cb6221113308044eac92ed5634a235fa9b8140ef Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-11-23T14:40:41 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
2011-11-23 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* OpenChange/MAPIStoreContactsMessageTable.m
|
||||
(-evaluatePropertyRestriction:intoQualifier:): returns
|
||||
"MAPIRestrictionStateAlwaysTrue" for PR_SENSITIVITY.
|
||||
|
||||
* OpenChange/MAPIStoreContactsMessage.m
|
||||
(-getPrSensitivity:inMemCtx:): new getter that always returns 0.
|
||||
|
||||
2011-11-22 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* OpenChange/NSArray+MAPIStore.m (-asMVUnicodeInMemCtx:) renamed
|
||||
|
||||
@@ -745,6 +745,12 @@
|
||||
return MAPISTORE_SUCCESS;
|
||||
}
|
||||
|
||||
- (int) getPrSensitivity: (void **) data
|
||||
inMemCtx: (TALLOC_CTX *) memCtx
|
||||
{
|
||||
return [self getLongZero: data inMemCtx: memCtx];
|
||||
}
|
||||
|
||||
/* attachments (photos) */
|
||||
- (void) _fetchAttachmentParts
|
||||
{
|
||||
|
||||
@@ -105,6 +105,9 @@ static Class MAPIStoreContactsMessageK, NGMailAddressK, NSDataK, NSStringK;
|
||||
rc = MAPIRestrictionStateAlwaysFalse;
|
||||
break;
|
||||
|
||||
case PR_SENSITIVITY:
|
||||
rc = MAPIRestrictionStateAlwaysTrue;
|
||||
break;
|
||||
case PidLidAddressBookProviderArrayType:
|
||||
case PidLidAddressBookProviderEmailList:
|
||||
/* FIXME: this is a hack. We should return a real qualifier here */
|
||||
|
||||
Reference in New Issue
Block a user