Changed the configurable variable SOGoMailMessageCheck to a general refresh associated to the current view

This commit is contained in:
Alexandre Cloutier
2014-08-29 13:16:30 -04:00
parent 126a05d391
commit d62c504763
37 changed files with 316 additions and 267 deletions

View File

@@ -225,9 +225,9 @@
return [mailingMechanism lowercaseString];
}
- (NSArray *) mailPollingIntervals
- (NSArray *) refreshViewIntervals
{
return [self arrayForKey: @"SOGoMailPollingIntervals"];
return [self arrayForKey: @"SOGoRefreshViewIntervals"];
}
- (NSString *) smtpServer