mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 05:33:20 +00:00
(feat) added new SOGoMaximumMessageSizeLimit config parameter (fixes #3510)
Conflicts: SoObjects/Mailer/SOGoDraftObject.m
This commit is contained in:
@@ -578,6 +578,14 @@ _injectConfigurationFromFile (NSMutableDictionary *defaultsDict,
|
||||
return v;
|
||||
}
|
||||
|
||||
//
|
||||
//
|
||||
//
|
||||
- (int) maximumMessageSizeLimit
|
||||
{
|
||||
return [self integerForKey: @"SOGoMaximumMessageSizeLimit"];
|
||||
}
|
||||
|
||||
//
|
||||
//
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user