Monotone-Parent: 128103783f98ef7a97e614a54b987851cefbaf36

Monotone-Revision: 171356cc20f8175f3b04a099c5f8098f50368f02

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-12-01T22:42:30
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau 2011-12-01 22:42:30 +00:00
parent eff11b0b9c
commit 95d286fde9

View file

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