Monotone-Parent: abbedeb3c6a9b4649d47fc35a90f1a0d3fe244c5

Monotone-Revision: 7f91a2bdc7efcaaa8648a3d05eedf283fb6129ae

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-01-06T03:22:11
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2011-01-06 03:22:11 +00:00
parent 0a3c63f76e
commit 4bc1b31ec9
2 changed files with 9 additions and 0 deletions

View File

@ -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.

View File

@ -126,4 +126,9 @@ static MAPIStoreMapping *mapping;
return rc;
}
- (NSString *) backendIdentifierForProperty: (enum MAPITAGS) property
{
return nil;
}
@end