mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-20 14:13:19 +00:00
(fix) respect disabled state of sending rate-limiting (fixes #4198)
This commit is contained in:
@@ -816,7 +816,7 @@ static NSArray *infoKeys = nil;
|
||||
SOGoSystemDefaults *dd;
|
||||
id <WOActionResults> response;
|
||||
|
||||
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