mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-21 14:22:44 +00:00
Monotone-Parent: 93b249ad54b90ecf9cac7b9e49f4b6133a28358d
Monotone-Revision: 0b2ba2d3c49b01c45b4abeb2e5a83fa8ea053a84 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-05-11T21:44:47 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -69,12 +69,12 @@ static NSURL *AgenorProfileURL = nil;
|
||||
ASSIGN (fallbackIMAP4Server, [ud stringForKey: @"SOGoFallbackIMAP4Server"]);
|
||||
}
|
||||
|
||||
+ (SOGoUser *) userWithLogin: (NSString *) login
|
||||
roles: (NSArray *) roles
|
||||
+ (SOGoUser *) userWithLogin: (NSString *) newLogin
|
||||
roles: (NSArray *) newRoles
|
||||
{
|
||||
SOGoUser *user;
|
||||
|
||||
user = [[self alloc] initWithLogin: login roles: roles];
|
||||
user = [[self alloc] initWithLogin: newLogin roles: newRoles];
|
||||
[user autorelease];
|
||||
|
||||
return user;
|
||||
|
||||
Reference in New Issue
Block a user