From d585538a87afe72b8a4767c42196b77d4ad9c32d Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 15 Aug 2007 20:26:15 +0000 Subject: [PATCH] Monotone-Parent: d9d96a71698ba6eb9112c73fcee541b79e0e1b1c Monotone-Revision: bef1a9b5ada44d9a6a9b4d97cce3d904c62a5b1b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-08-15T20:26:15 Monotone-Branch: ca.inverse.sogo --- SoObjects/Mailer/SOGoMailObject.h | 2 +- SoObjects/Mailer/SOGoMailObject.m | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/SoObjects/Mailer/SOGoMailObject.h b/SoObjects/Mailer/SOGoMailObject.h index 72dae3885..2dd21d42b 100644 --- a/SoObjects/Mailer/SOGoMailObject.h +++ b/SoObjects/Mailer/SOGoMailObject.h @@ -86,7 +86,7 @@ /* deletion */ - (BOOL)isDeletionAllowed; -- (NSException *)trashInContext:(id)_ctx; +- (NSException *) trashInContext:(id)_ctx; - (NSException *) moveToFolderNamed: (NSString *) folderName inContext: (id)_ctx; diff --git a/SoObjects/Mailer/SOGoMailObject.m b/SoObjects/Mailer/SOGoMailObject.m index 5eb140692..9868fc80e 100644 --- a/SoObjects/Mailer/SOGoMailObject.m +++ b/SoObjects/Mailer/SOGoMailObject.m @@ -134,7 +134,8 @@ static BOOL debugSoParts = NO; /* part hierarchy */ -- (NSString *)keyExtensionForPart:(id)_partInfo { +- (NSString *) keyExtensionForPart: (id) _partInfo +{ NSString *mt, *st; if (_partInfo == nil) @@ -200,7 +201,8 @@ static BOOL debugSoParts = NO; /* message */ -- (id)fetchParts:(NSArray *)_parts { +- (id) fetchParts: (NSArray *) _parts +{ // TODO: explain what it does /* Called by -fetchPlainTextParts: