mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-15 05:14:53 +00:00
Add domain to lookupContactEntry
This commit is contained in:
committed by
Carlos Pérez-Aradros Herce
parent
48832a4878
commit
7d49674d9d
@@ -1047,7 +1047,7 @@ static Class NSNullK;
|
||||
while ((sourceID = [sources nextObject]))
|
||||
{
|
||||
currentSource = [_sources objectForKey: sourceID];
|
||||
contact = [currentSource lookupContactEntry: uid];
|
||||
contact = [currentSource lookupContactEntry: uid inDomain: domain];
|
||||
if (contact)
|
||||
[contacts addObject: contact];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user