mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-25 08:23:28 +00:00
Monotone-Parent: a591a00688fc85c847f8d8141b114570c3ecef81
Monotone-Revision: c7fdfee7f222580acc0dcab2c03bab46e8f5f301 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-06-12T22:09:43 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user