mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Monotone-Parent: 5a9d1a37ff5b7e57b7c92db2cc2c56d3af92d80c
Monotone-Revision: 1c7442ef9f84ce58c394c1539163f94d731b3545 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-07-08T11:32:43 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -54,18 +54,18 @@
|
||||
|
||||
/* name lookup */
|
||||
|
||||
- (id <SOGoContactObject>) lookupContactWithId: (NSString *) recordId
|
||||
{
|
||||
SOGoContactGCSEntry *contact;
|
||||
|
||||
if ([recordId length] > 0)
|
||||
contact = [SOGoContactGCSEntry objectWithName: recordId
|
||||
inContainer: self];
|
||||
else
|
||||
contact = nil;
|
||||
|
||||
return contact;
|
||||
}
|
||||
//- (id <SOGoContactObject>) lookupContactWithId: (NSString *) recordId
|
||||
//{
|
||||
// SOGoContactGCSEntry *contact;
|
||||
//
|
||||
// if ([recordId length] > 0)
|
||||
// contact = [SOGoContactGCSEntry objectWithName: recordId
|
||||
// inContainer: self];
|
||||
// else
|
||||
// contact = nil;
|
||||
//
|
||||
// return contact;
|
||||
//}
|
||||
|
||||
- (Class) objectClassForContent: (NSString *) content
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user