mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
feat(eas): Add SOGoEASDisableUI system parameter to remove EAS options in UI when ActiveSync is not used
This commit is contained in:
@@ -746,6 +746,11 @@ _injectConfigurationFromFile (NSMutableDictionary *defaultsDict,
|
||||
return [self boolForKey: @"SOGoEASSearchInBody"];
|
||||
}
|
||||
|
||||
- (BOOL) isEasUIDisabled
|
||||
{
|
||||
return [self boolForKey: @"SOGoEASDisableUI"];
|
||||
}
|
||||
|
||||
//
|
||||
// See https://msdn.microsoft.com/en-us/library/gg672032(v=exchg.80).aspx
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user