зеркало из https://github.com/mozilla/gecko-dev.git
This patch is to make sure that Giao can work on the prefs code without problems because I'm messing aroung with the multiple personalities code. So now first everything gets stored in the default identity. If you want more identities you'll have to hack
This commit is contained in:
Родитель
1508eb2396
Коммит
5b435c05c7
|
@ -36,12 +36,12 @@ import grendel.ui.StoreFactory;
|
|||
public class Prefs {
|
||||
static Preferences fPrefs = PreferencesFactory.Get();
|
||||
|
||||
static final String kUserName = "user.name";
|
||||
static final String kOrganization = "user.organization";
|
||||
static final String kEmailAddress = "user.email_address";
|
||||
static final String kPopHost = "pop.host";
|
||||
static final String kPopUser = "pop.user";
|
||||
static final String kPopPassword = "pop.password";
|
||||
static final String kUserName = "user.identity-0.username";
|
||||
static final String kOrganization = "user.identity-0.organization";
|
||||
static final String kEmailAddress = "user.identity-0.email";
|
||||
//static final String kPopHost = "pop.host";
|
||||
//static final String kPopUser = "pop.user";
|
||||
//static final String kPopPassword = "pop.password";
|
||||
static final String kPopLeaveOnServer = "pop.leaveMailOnServer";
|
||||
static final String kMailDirectory = "mail.directory";
|
||||
static final String kSMTPHost = "mail.smtp.host";
|
||||
|
|
Загрузка…
Ссылка в новой задаче