See ChangeLog

Monotone-Parent: c1e5870e5f5c7546c7a47515125246ca856a2f40
Monotone-Revision: 52bbcfeb1dfff49a3bb753faaefd8bf92a5ad7eb

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2010-03-18T12:58:39
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2010-03-18 12:58:39 +00:00
parent a6672ac59d
commit bf275960b4
6 changed files with 9 additions and 15 deletions
-10
View File
@@ -171,16 +171,6 @@
return [self boolForKey: @"SOGoVacationEnabled"];
}
- (BOOL) passwordChangeEnabled
{
return [self boolForKey: SOGoPasswordChangeEnabled];
}
- (BOOL) passwordPolicyEnabled
{
return [self boolForKey: SOGoPasswordPolicyEnabled];
}
- (NSString *) mailingMechanism
{
NSString *mailingMechanism;