Minor syntax and comments improvements

This commit is contained in:
Francis Lachapelle
2014-06-05 12:14:34 -04:00
parent e118a72eab
commit fe38518a36
3 changed files with 5 additions and 4 deletions
+2
View File
@@ -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]];