Monotone-Parent: 128103783f98ef7a97e614a54b987851cefbaf36

Monotone-Revision: 171356cc20f8175f3b04a099c5f8098f50368f02

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-12-01T22:42:30
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2011-12-01 22:42:30 +00:00
parent eff11b0b9c
commit 95d286fde9
1 changed files with 2 additions and 1 deletions

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];