(feat) make use of the sieve capabilities

This commit is contained in:
Ludovic Marcotte
2015-08-19 08:47:33 -04:00
parent 38713a6c67
commit c6f17cd45c
4 changed files with 27 additions and 13 deletions
+1 -1
View File
@@ -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];