mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-02 20:27:16 +00:00
Add domain to lookupContactEntry
This commit is contained in:
committed by
Carlos Pérez-Aradros Herce
parent
48832a4878
commit
7d49674d9d
@@ -618,8 +618,9 @@
|
||||
|
||||
|
||||
- (NSDictionary *) lookupContactEntry: (NSString *) theID
|
||||
inDomain: (NSString *) domain
|
||||
{
|
||||
return [self _lookupContactEntry: theID considerEmail: NO inDomain: nil];
|
||||
return [self _lookupContactEntry: theID considerEmail: NO inDomain: domain];
|
||||
}
|
||||
|
||||
- (NSDictionary *) lookupContactEntryWithUIDorEmail: (NSString *) entryID
|
||||
|
||||
Reference in New Issue
Block a user