From c22dac1e9480831edae9615d5d15397f389685c1 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 12 Jun 2007 22:09:43 +0000 Subject: [PATCH] Monotone-Parent: a591a00688fc85c847f8d8141b114570c3ecef81 Monotone-Revision: c7fdfee7f222580acc0dcab2c03bab46e8f5f301 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-06-12T22:09:43 Monotone-Branch: ca.inverse.sogo --- SoObjects/Mailer/SOGoMailFolder.m | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/SoObjects/Mailer/SOGoMailFolder.m b/SoObjects/Mailer/SOGoMailFolder.m index c257a3198..68c746789 100644 --- a/SoObjects/Mailer/SOGoMailFolder.m +++ b/SoObjects/Mailer/SOGoMailFolder.m @@ -283,16 +283,14 @@ static BOOL useAltNamespace = NO; /* create object */ - return [[[SOGoMailFolder alloc] initWithName:_key - inContainer:self] autorelease]; + return [SOGoMailFolder objectWithName: _key inContainer: self]; } - (id) lookupImap4Message: (NSString *) _key inContext: (id) _ctx { // TODO: we might want to check for existence prior controller creation - return [[[SOGoMailObject alloc] initWithName:_key - inContainer:self] autorelease]; + return [SOGoMailObject objectWithName: _key inContainer: self]; } - (id) lookupName: (NSString *) _key