mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-08 21:15:27 +00:00
merge of '61d1836a0a9510a982d1e6754c642bc95932251c'
and 'ad2935dcd60331c29ad6e514b5a61fefaec7d69c' Monotone-Parent: 61d1836a0a9510a982d1e6754c642bc95932251c Monotone-Parent: ad2935dcd60331c29ad6e514b5a61fefaec7d69c Monotone-Revision: d9f13a2035f812bf584e6ed63e858a9373cd11c8 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-01-10T17:33:30 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2012-01-09 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* OpenChange/NSObject+MAPIStore.m (-getValue:forTag:inMemCtx:):
|
||||
handle PT_SVREID just as PT_BINARY.
|
||||
|
||||
* OpenChange/MAPIStoreCalendarFolder.m (-exchangeRightsForRoles):
|
||||
add the freebusy read rights when the user has read permission on
|
||||
calendar objects.
|
||||
|
||||
@@ -148,7 +148,6 @@ NSObjectFromMAPISPropValue (const struct mapi_SPropValue *value)
|
||||
// #define PT_ERROR 0xa
|
||||
// #define PT_OBJECT 0xd
|
||||
// #define PT_I8 0x14
|
||||
// #define PT_SVREID 0xFB
|
||||
// #define PT_SRESTRICT 0xFD
|
||||
// #define PT_ACTIONS 0xFE
|
||||
result = [NSNull null];
|
||||
@@ -244,7 +243,6 @@ NSObjectFromSPropValue (const struct SPropValue *value)
|
||||
// #define PT_ERROR 0xa
|
||||
// #define PT_OBJECT 0xd
|
||||
// #define PT_I8 0x14
|
||||
// #define PT_SVREID 0xFB
|
||||
// #define PT_SRESTRICT 0xFD
|
||||
// #define PT_ACTIONS 0xFE
|
||||
result = [NSNull null];
|
||||
|
||||
@@ -106,6 +106,7 @@ static int MAPIStoreTallocWrapperDestroy (void *data)
|
||||
*data = [(NSCalendarDate * ) self asFileTimeInMemCtx: memCtx];
|
||||
break;
|
||||
case PT_BINARY:
|
||||
case PT_SVREID:
|
||||
*data = [(NSData *) self asBinaryInMemCtx: memCtx];
|
||||
break;
|
||||
case PT_CLSID:
|
||||
|
||||
Reference in New Issue
Block a user