mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-22 21:39:28 +00:00
Changed the configurable variable SOGoMailMessageCheck to a general refresh associated to the current view
This commit is contained in:
@@ -225,9 +225,9 @@
|
||||
return [mailingMechanism lowercaseString];
|
||||
}
|
||||
|
||||
- (NSArray *) mailPollingIntervals
|
||||
- (NSArray *) refreshViewIntervals
|
||||
{
|
||||
return [self arrayForKey: @"SOGoMailPollingIntervals"];
|
||||
return [self arrayForKey: @"SOGoRefreshViewIntervals"];
|
||||
}
|
||||
|
||||
- (NSString *) smtpServer
|
||||
|
||||
Reference in New Issue
Block a user