add redirector type pref,r=alecf

This commit is contained in:
bienvenu%netscape.com 2000-02-15 06:57:45 +00:00
Родитель 3855be9448
Коммит 474b1f6aec
2 изменённых файлов: 3 добавлений и 0 удалений

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

@ -111,6 +111,8 @@ interface nsIMsgIncomingServer : nsISupports {
going off at the same time. */
attribute boolean serverBusy;
/* what kind of logon redirector to use for this server, if any */
attribute string redirectorType;
/* we use this to set the default local path. we use this when migrating prefs */
void SetDefaultLocalPath(in nsIFileSpec aDefaultLocalPath);

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

@ -801,3 +801,4 @@ NS_IMPL_SERVERPREF_STR(nsMsgIncomingServer, Type, "type");
// in 5.0, this will be per server, and it will be "download_on_biff"
NS_IMPL_SERVERPREF_BOOL(nsMsgIncomingServer, DownloadOnBiff, "download_on_biff");
NS_IMPL_SERVERPREF_BOOL(nsMsgIncomingServer, Valid, "valid");
NS_IMPL_SERVERPREF_STR(nsMsgIncomingServer, RedirectorType, "redirector_type");