From 013e316e7d2c285c188b0a7bbc182b636bcae647 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Mon, 29 Jun 2015 09:22:12 -0400 Subject: [PATCH] re-enabled forwardConstraints code --- UI/PreferencesUI/UIxPreferences.m | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/UI/PreferencesUI/UIxPreferences.m b/UI/PreferencesUI/UIxPreferences.m index e9b5f8096..57a44b76c 100644 --- a/UI/PreferencesUI/UIxPreferences.m +++ b/UI/PreferencesUI/UIxPreferences.m @@ -1335,14 +1335,14 @@ static NSArray *reminderValues = nil; // return [[forwardOptions objectForKey: @"keepCopy"] boolValue]; // } -// - (NSString *) forwardConstraints -// { -// SOGoDomainDefaults *dd; - -// dd = [[context activeUser] domainDefaults]; +- (NSString *) forwardConstraints +{ + SOGoDomainDefaults *dd; -// return [NSString stringWithFormat: @"%d", [dd forwardConstraints]]; -// } + dd = [[context activeUser] domainDefaults]; + + return [NSString stringWithFormat: @"%d", [dd forwardConstraints]]; +} // // Used by templates