mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-26 13:55:23 +00:00
Monotone-Parent: a27c1cf8fb89e01d812714ba8c6294023c4e5fdf
Monotone-Revision: 1219efce31ce5750f796ef3beb5fb03632233c2d Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-08-12T20:19:15 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
2010-08-12 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/SOGoDomainDefaults.m (-mailCheckAllUnseenCounts):
|
||||
new method returning whether the unseen count of all mailboxes
|
||||
should be checked.
|
||||
|
||||
* SoObjects/Mailer/SOGoMailAccount.m (-updateFilters): when the
|
||||
first login attempt fails, we must request a new password to the
|
||||
authenticator (as intended originally).
|
||||
|
||||
@@ -62,6 +62,7 @@
|
||||
- (NSArray *) calendarDefaultRoles;
|
||||
- (NSArray *) contactsDefaultRoles;
|
||||
- (NSArray *) mailPollingIntervals;
|
||||
- (BOOL) mailCheckAllUnseenCounts;
|
||||
|
||||
- (NSString *) calendarDefaultCategoryColor;
|
||||
|
||||
|
||||
@@ -198,6 +198,11 @@
|
||||
return [self arrayForKey: @"SOGoMailPollingIntervals"];
|
||||
}
|
||||
|
||||
- (BOOL) mailCheckAllUnseenCounts
|
||||
{
|
||||
return [self boolForKey: @"SOGoMailCheckAllUnseenCounts"];
|
||||
}
|
||||
|
||||
- (NSString *) smtpServer
|
||||
{
|
||||
return [self stringForKey: @"SOGoSMTPServer"];
|
||||
|
||||
Reference in New Issue
Block a user