mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-23 10:54:17 +00:00
feat(eas): Allow EAS Search operation in all parts of a message
This commit is contained in:
@@ -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
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user