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:
edwin%woudt.nl 1999-02-21 03:00:15 +00:00
Родитель 1508eb2396
Коммит 5b435c05c7
1 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -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";