Monotone-Parent: a27c1cf8fb89e01d812714ba8c6294023c4e5fdf

Monotone-Revision: 1219efce31ce5750f796ef3beb5fb03632233c2d

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-08-12T20:19:15
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2010-08-12 20:19:15 +00:00
parent 0edb882b43
commit 849d4ae3bc
3 changed files with 10 additions and 0 deletions

View File

@ -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).

View File

@ -62,6 +62,7 @@
- (NSArray *) calendarDefaultRoles;
- (NSArray *) contactsDefaultRoles;
- (NSArray *) mailPollingIntervals;
- (BOOL) mailCheckAllUnseenCounts;
- (NSString *) calendarDefaultCategoryColor;

View File

@ -198,6 +198,11 @@
return [self arrayForKey: @"SOGoMailPollingIntervals"];
}
- (BOOL) mailCheckAllUnseenCounts
{
return [self boolForKey: @"SOGoMailCheckAllUnseenCounts"];
}
- (NSString *) smtpServer
{
return [self stringForKey: @"SOGoSMTPServer"];