mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
See ChangeLog
Monotone-Parent: b60a07f4bcb416be85fafcd1299d398c09b58190 Monotone-Revision: b836806e761968a4845035ee408cce501a3f9fc5 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2011-07-19T01:21:18 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -193,9 +193,9 @@ BootstrapNSUserDefaults ()
|
||||
return [[self dictionaryForKey: @"domains"] allKeys];
|
||||
}
|
||||
|
||||
- (BOOL) addDomainToUID
|
||||
- (BOOL) enableDomainWithUID
|
||||
{
|
||||
return ([[self domainIds] count] > 0 && [self boolForKey: @"SOGoAddDomainToUID"]);
|
||||
return ([[self domainIds] count] > 0 && [self boolForKey: @"SOGoEnableDomainWithUID"]);
|
||||
}
|
||||
|
||||
- (NSArray *) loginDomains
|
||||
|
||||
Reference in New Issue
Block a user