From d8f4bc848f0cc8c25e4366debc48f6774d6f5f1e Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 20 Aug 2007 20:43:22 +0000 Subject: [PATCH] Monotone-Parent: ca25951dfbee297d267083be969272c32a52477c Monotone-Revision: e3bbd9a60cde2c4234f17f311a214c5355c7564b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-08-20T20:43:22 Monotone-Branch: ca.inverse.sogo --- SoObjects/Mailer/SOGoMailObject.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/Mailer/SOGoMailObject.m b/SoObjects/Mailer/SOGoMailObject.m index 5921f289c..c99b1b0b3 100644 --- a/SoObjects/Mailer/SOGoMailObject.m +++ b/SoObjects/Mailer/SOGoMailObject.m @@ -224,7 +224,7 @@ static BOOL debugSoParts = NO; if (!coreInfos) { - msgs = [self fetchParts:coreInfoKeys]; // returns dict + msgs = [self fetchParts: coreInfoKeys]; // returns dict if (heavyDebug) [self logWithFormat: @"M: %@", msgs]; msgs = [msgs valueForKey: @"fetch"];