mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 02:45:25 +00:00
feat(calendar): Add SOGoDisableOrganizerEventCheck parameter - this parameter is used to avoid checking calendar event's organizer
This commit is contained in:
@@ -384,6 +384,12 @@ _injectConfigurationFromFile (NSMutableDictionary *defaultsDict,
|
||||
return [self boolForKey: @"SOGoEnableEMailAlarms"];
|
||||
}
|
||||
|
||||
- (BOOL) disableOrganizerEventCheck
|
||||
{
|
||||
return [self boolForKey: @"SOGoDisableOrganizerEventCheck"];
|
||||
}
|
||||
|
||||
|
||||
- (NSString *) faviconRelativeURL
|
||||
{
|
||||
return [self stringForKey: @"SOGoFaviconRelativeURL"];
|
||||
@@ -785,4 +791,5 @@ _injectConfigurationFromFile (NSMutableDictionary *defaultsDict,
|
||||
return secret;
|
||||
}
|
||||
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user