ChangeLog

Monotone-Parent: 60f9148aaf760d42dcfae9f3006ede633fc61305
Monotone-Revision: 373bae71c0f2ce5e5fd15e7a932e183d32028039

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2007-08-06T17:44:56
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2007-08-06 17:44:56 +00:00
parent 2d905b13c8
commit f39706cc44
+1 -1
View File
@@ -250,7 +250,7 @@ static BOOL debugSoParts = NO;
- (id)bodyStructure {
id body;
body = [[self fetchCoreInfos] valueForKey:@"body"];
body = [[self fetchCoreInfos] valueForKey:@"bodystructure"];
if (debugBodyStructure)
[self logWithFormat:@"BODY: %@", body];
return body;