Monotone-Parent: 5fa8ca8896455803ea0da4db7e5c1e18e8328871

Monotone-Revision: a6e08bd7d394d186c6f5606933ed09de2031e7bb

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-02-07T16:53:19
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2008-02-07 16:53:19 +00:00
parent c853bcf944
commit dd226e2998
6 changed files with 100 additions and 20 deletions
+17
View File
@@ -1,3 +1,20 @@
2008-02-07 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/PreferencesUI/UIxPreferences.m ([UIxPreferences
-setSignature:newSignature]): invoke -[SOGoUser saveMailAccounts]
* SoObjects/SOGo/SOGoUser.m ([SOGoUser -defaultIdentity]): method
moved from UIxPreferences.m.
([SOGoUser -saveMailAccounts]): new methods that save the
"MailAccounts" preference in the user settings.
* SoObjects/SOGo/LDAPUserManager.m ([LDAPUserManager
+initialize]): issue a warning whenever "SOGoDefaultMailDomain"
is not configured in the user defaults, setting it to "localhost"
by default.
([LDAPUserManager +defaultMailDomainIsConfigured]): new method
that returns whether "SOGoDefaultMailDomain" is configured.
2008-02-06 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/SOGoGCSFolder.m ([SOGoGCSFolder -ocsFolder]):