Monotone-Parent: 71e8d6e738a201066fe20c3c31bde9c788ee9743

Monotone-Revision: 1126d6ad15404744e779f38d1c079d25ecf95422

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-02-04T16:34:47
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-02-04 16:34:47 +00:00
parent cf9d12009e
commit a9169a2823
2 changed files with 6 additions and 0 deletions
+4
View File
@@ -1,5 +1,9 @@
2011-02-04 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/SOGoMAPIFSMessage.m (-properties): initialize
properties to an empty dictionary if the initialization from file
failed.
* OpenChange/MAPIStoreMailMessageTable.m (-childKeys)
(-restrictedChildKeys): now only return non-deleted elements.
+2
View File
@@ -61,6 +61,8 @@
stringByAppendingPathComponent: nameInContainer];
properties = [[NSMutableDictionary alloc]
initWithContentsOfFile: filePath];
if (!properties)
properties = [NSMutableDictionary new];
}
return properties;