mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
(feat) make use of the sieve capabilities
This commit is contained in:
@@ -1064,7 +1064,7 @@ static NSArray *reminderValues = nil;
|
||||
|
||||
if (!capabilities)
|
||||
{
|
||||
if ([self _sieveClient])
|
||||
if ([self isSieveScriptsEnabled] && [self _sieveClient])
|
||||
capabilities = [[self _sieveClient] capabilities];
|
||||
else
|
||||
capabilities = [NSArray array];
|
||||
|
||||
Reference in New Issue
Block a user