mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-25 19:26:24 +00:00
Monotone-Parent: 0811b557e4a5f5fb3a026bfc3e9578e656e1d32b
Monotone-Revision: cf1931cde83bb56232e35db1c1b6f4fab0c87270 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-07-26T19:06:55 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -39,24 +39,9 @@
|
||||
[self logWithFormat: @"unimplemented method: %@", NSStringFromSelector (_cmd)];
|
||||
}
|
||||
|
||||
- (MAPIRestrictionState) evaluatePropertyRestriction: (struct mapi_SPropertyRestriction *) res
|
||||
intoQualifier: (EOQualifier **) qualifier
|
||||
- (id) lookupChild: (NSString *) childKey
|
||||
{
|
||||
MAPIRestrictionState rc;
|
||||
id value;
|
||||
|
||||
value = NSObjectFromMAPISPropValue (&res->lpProp);
|
||||
switch ((uint32_t) res->ulPropTag)
|
||||
{
|
||||
case PR_CHANGE_NUM:
|
||||
[self warnWithFormat: @"!!!hack pending synchronisation enhancement"];
|
||||
rc = MAPIRestrictionStateAlwaysTrue;
|
||||
break;
|
||||
default:
|
||||
rc = [super evaluatePropertyRestriction: res intoQualifier: qualifier];
|
||||
}
|
||||
|
||||
return rc;
|
||||
return [(MAPIStoreFolder *) container lookupMessage: childKey];
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user