Monotone-Parent: 730c8a73525c070f1f66243a9c692f2ee0adbcd0

Monotone-Revision: be5e3b15cde44245718151c5191d6eb1a73b061b

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-12-07T16:16:01
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2009-12-07 16:16:01 +00:00
parent 4359d943fe
commit 3af65adf0a
3 changed files with 21 additions and 11 deletions

View File

@@ -152,12 +152,12 @@
- (BOOL) forwardEnabled
{
return [self boolForKey: @"SOGoForceIMAPLoginWithEmail"];
return [self boolForKey: @"SOGoForwardEnabled"];
}
- (BOOL) vacationEnabled
{
return [self boolForKey: @"SOGoForceIMAPLoginWithEmail"];
return [self boolForKey: @"SOGoVacationEnabled"];
}
- (NSString *) mailingMechanism