Monotone-Parent: 2bfe04b889e590de777411f7ef7e333f5eacf87c

Monotone-Revision: 09fd3c049d8fce6a780967f22bad7504e5227848

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-03-07T22:35:24
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-03-07 22:35:24 +00:00
parent aa76faf05d
commit 1694eb7d4b
2 changed files with 4 additions and 1 deletions
+1 -1
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];