Monotone-Parent: 7f91a2bdc7efcaaa8648a3d05eedf283fb6129ae

Monotone-Revision: 622115c8cf341414721e7b3ee6f20719ee150f31

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-01-06T03:24:06
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2011-01-06 03:24:06 +00:00
parent 4bc1b31ec9
commit 858b2797b8
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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)];