зеркало из https://github.com/mozilla/gecko-dev.git
add redirector type pref,r=alecf
This commit is contained in:
Родитель
3855be9448
Коммит
474b1f6aec
|
@ -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");
|
||||
|
|
Загрузка…
Ссылка в новой задаче