From 858b2797b8f225cc5117300081c3ef0872865097 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 6 Jan 2011 03:24:06 +0000 Subject: [PATCH] Monotone-Parent: 7f91a2bdc7efcaaa8648a3d05eedf283fb6129ae Monotone-Revision: 622115c8cf341414721e7b3ee6f20719ee150f31 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-01-06T03:24:06 Monotone-Branch: ca.inverse.sogo --- OpenChange/MAPIStoreCalendarMessageTable.m | 2 +- OpenChange/MAPIStoreContext.m | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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)];