mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-01 09:49:27 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user