Monotone-Parent: 2bfe04b889e590de777411f7ef7e333f5eacf87c

Monotone-Revision: 09fd3c049d8fce6a780967f22bad7504e5227848

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-03-07T22:35:24
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2011-03-07 22:35:24 +00:00
parent aa76faf05d
commit 1694eb7d4b
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2011-03-07 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/MAPIStoreFSFolder.m (-createMessage): fixed typo that
was making contents messages saved in the FAI folder.
* OpenChange/MAPIStoreContext.m (_prepareContextClass): now takes
the context fid as argument.

View File

@ -79,7 +79,7 @@ static Class MAPIStoreFSMessageK;
newKey = [NSString stringWithFormat: @"%@.plist",
[SOGoObject globallyUniqueObjectId]];
fsObject = [SOGoMAPIFSMessage objectWithName: newKey inContainer: faiFolder];
fsObject = [SOGoMAPIFSMessage objectWithName: newKey inContainer: sogoObject];
newMessage = [MAPIStoreFSMessage mapiStoreObjectWithSOGoObject: fsObject
inContainer: self];