mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-16 22:04:54 +00:00
(fix) respect disabled state of sending rate-limiting (fixes #4198)
This commit is contained in:
@@ -753,7 +753,7 @@ static NSArray *infoKeys = nil;
|
||||
NSDictionary *messageSubmissions;
|
||||
SOGoSystemDefaults *dd;
|
||||
|
||||
int messages_count, recipients_count;
|
||||
NSUInteger messages_count, recipients_count;
|
||||
|
||||
messageSubmissions = [[SOGoCache sharedCache] messageSubmissionsCountForLogin: [[context activeUser] login]];
|
||||
dd = [SOGoSystemDefaults sharedSystemDefaults];
|
||||
|
||||
Reference in New Issue
Block a user