mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-10 19:05:09 +00:00
Monotone-Parent: 5280f05e836dd92b44c9cf8a1a9e66a88860a27e
Monotone-Revision: a771bdffe7239e11ba5bb65889dde6d5d3a879f3 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-09-30T19:46:23 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2011-09-30 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* OpenChange/EOQualifier+MAPIFS.m (-[EOKeyValueQUalifier
|
||||
_evaluateMAPIFSMessageProperties:): ensure finalKey is never nil
|
||||
nor undefined.
|
||||
|
||||
2011-09-27 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* OpenChange/MAPIStoreFSMessage.m (-getPrChangeKey:inMemCtx:):
|
||||
|
||||
@@ -123,6 +123,9 @@ typedef BOOL (*EOComparator) (id, SEL, id);
|
||||
else
|
||||
finalKey = [NSNumber numberWithInt: [key intValue]];
|
||||
}
|
||||
else
|
||||
finalKey = @"";
|
||||
|
||||
propValue = [properties objectForKey: finalKey];
|
||||
comparator = (EOComparator) [propValue methodForSelector: operator];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user