mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
(fix) use uid and not always-nil login value at this point
This commit is contained in:
@@ -380,7 +380,7 @@ static Class NSNullK;
|
||||
{
|
||||
sd = [SOGoSystemDefaults sharedSystemDefaults];
|
||||
if ([sd enableDomainBasedUID] &&
|
||||
[login rangeOfString: @"@"].location == NSNotFound)
|
||||
[uid rangeOfString: @"@"].location == NSNotFound)
|
||||
{
|
||||
// On multidomain environment we must use uid@domain
|
||||
// for getEmailForUID method
|
||||
|
||||
Reference in New Issue
Block a user