mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-29 00:39:28 +00:00
Monotone-Parent: 1ffb41682368b46b7d5dfbe50eb430e0859f6837
Monotone-Revision: 35c6e565c282464b0b27410ce485ee952c87166a Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2008-07-08T01:56:34 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -124,6 +124,11 @@
|
||||
return [currentFolder ownerInContext: context];
|
||||
}
|
||||
|
||||
- (NSString *) currentContactFolderClass
|
||||
{
|
||||
return ([currentFolder isKindOfClass: [SOGoContactLDAPFolder class]]? @"remote" : @"local");
|
||||
}
|
||||
|
||||
- (BOOL) hasContactSelectionButtons
|
||||
{
|
||||
return (selectorComponentClass != nil);
|
||||
|
||||
Reference in New Issue
Block a user