mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-04 00:04:19 +00:00
Minor syntax and comments improvements
This commit is contained in:
@@ -1264,6 +1264,8 @@ static NSArray *reminderValues = nil;
|
||||
account = [folder lookupName: @"0" inContext: context acquire: NO];
|
||||
|
||||
if ([account updateFilters])
|
||||
// If Sieve is not enabled, the SOGoSieveManager will immediatly return a positive answer
|
||||
// See [SOGoSieveManager updateFiltersForAccount:withUsername:andPassword:]
|
||||
results = [self responseWithStatus: 200
|
||||
andJSONRepresentation: [NSDictionary dictionaryWithObjectsAndKeys: [NSNumber numberWithBool:hasChanged], @"hasChanged", nil]];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user