mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-12 11:55:09 +00:00
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:
@@ -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.
|
||||
|
||||
|
||||
@@ -61,6 +61,8 @@
|
||||
stringByAppendingPathComponent: nameInContainer];
|
||||
properties = [[NSMutableDictionary alloc]
|
||||
initWithContentsOfFile: filePath];
|
||||
if (!properties)
|
||||
properties = [NSMutableDictionary new];
|
||||
}
|
||||
|
||||
return properties;
|
||||
|
||||
Reference in New Issue
Block a user