diff --git a/OpenChange/MAPIStoreCalendarMessageTable.m b/OpenChange/MAPIStoreCalendarMessageTable.m index f59ae2516..ebdc4d774 100644 --- a/OpenChange/MAPIStoreCalendarMessageTable.m +++ b/OpenChange/MAPIStoreCalendarMessageTable.m @@ -112,7 +112,7 @@ event = [[self lookupChild: childKey] component: NO secure: NO]; *data = [[event location] asUnicodeInMemCtx: memCtx]; break; - case PidLidPrivate: // private (bool), should depend on CLASS + case PidLidPrivate: // private (bool), should depend on CLASS and permissions *data = MAPIBoolValue (memCtx, NO); break; case PR_SENSITIVITY: // not implemented, depends on CLASS diff --git a/OpenChange/MAPIStoreContext.m b/OpenChange/MAPIStoreContext.m index 560b0941e..e8b8bf841 100644 --- a/OpenChange/MAPIStoreContext.m +++ b/OpenChange/MAPIStoreContext.m @@ -617,7 +617,8 @@ _prepareContextClass (struct mapistore_context *newMemCtx, NSString *url; int rc; - [self logWithFormat: @"METHOD '%s' (%d)", __FUNCTION__, __LINE__]; + [self logWithFormat: @"METHOD '%s' (%d) -- tableType: %d", + __FUNCTION__, __LINE__, tableType]; // [self logWithFormat: @"context restriction state is: %@", // MAPIStringForRestrictionState (restrictionState)];