Monotone-Parent: 0bad93574cbb34f80f8e581a8347fec75a28f612

Monotone-Revision: 31bbff0f57dce6334191e5cabb61c655e5022a37

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-08-09T14:17:22
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-08-09 14:17:22 +00:00
parent fc12cf9fd9
commit 308de80e6a
7 changed files with 86 additions and 17 deletions
+10
View File
@@ -1,5 +1,15 @@
2010-08-09 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/Common/UIxPageFrame.m (-setUserDefaultsKeys:)
(-hasUserDefaultsKeys, -setUserSettingsKeys:)
(-hasUserSettingsKeys): new accessor for determining explicitly
which user defaults/settings keys are returned. The new
corresponding ivars are "udKeys" and "usKeys" respectively.
(-userDefaults, -userSettings): rewrote methods to create a
dictionary containing only the requested keys (see above). Since
the source are now explicitly queried, the values can now be
inherited from the domain and system defaults.
* UI/WebServerResources/UIxFilterEditor.js (loadMailboxes): the
first account is now always identitied with "0", therefore we no
longer need the "firstMailAccount" variable.