feat(eas): Allow EAS Search operation in all parts of a message

This commit is contained in:
tfux
2020-12-09 19:34:19 +01:00
committed by GitHub
parent b9e19c2cc4
commit fab8061766
4 changed files with 20 additions and 5 deletions
+5
View File
@@ -730,6 +730,11 @@ _injectConfigurationFromFile (NSMutableDictionary *defaultsDict,
return v;
}
- (BOOL) easSearchInBody
{
return [self boolForKey: @"SOGoEASSearchInBody"];
}
//
// See https://msdn.microsoft.com/en-us/library/gg672032(v=exchg.80).aspx
//