mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-04 21:08:51 +00:00
Monotone-Parent: abbedeb3c6a9b4649d47fc35a90f1a0d3fe244c5
Monotone-Revision: 7f91a2bdc7efcaaa8648a3d05eedf283fb6129ae Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-01-06T03:22:11 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
2011-01-05 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* OpenChange/MAPIStoreFolderTable.m
|
||||
(-backendIdentifierForProperty:): new overriden method to avoid an
|
||||
exception under certain circumstances.
|
||||
|
||||
* OpenChange/SOGoMAPIFSMessage.m (-MAPISave): make use of
|
||||
"ensureDirectory" on the container folder to avoid errors with
|
||||
NSDictionary failing to save itself to the filesystem.
|
||||
|
||||
@@ -126,4 +126,9 @@ static MAPIStoreMapping *mapping;
|
||||
return rc;
|
||||
}
|
||||
|
||||
- (NSString *) backendIdentifierForProperty: (enum MAPITAGS) property
|
||||
{
|
||||
return nil;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user