diff --git a/mailnews/addrbook/prefs/resources/content/pref-directory-add.js b/mailnews/addrbook/prefs/resources/content/pref-directory-add.js index 9aaceda4a28d..de56ee878fb9 100644 --- a/mailnews/addrbook/prefs/resources/content/pref-directory-add.js +++ b/mailnews/addrbook/prefs/resources/content/pref-directory-add.js @@ -75,15 +75,6 @@ function fillSettings() prefValue = gMaxHits; } document.getElementById("results").value = prefValue; - try { - prefValue = gPrefInt.GetBoolPref(gCurrentDirectoryString+ ".auth.enabled"); - } - catch(ex) { - prefValue = false; - } - if (prefValue) { - document.getElementById("login").checked = true; - } } } @@ -212,18 +203,6 @@ function onOK() catch(ex) { pref_string_content = false; } - var auth = document.getElementById("login").checked; - if (auth && (auth != pref_string_content)) - { - gPrefInt.SetBoolPref(pref_string_title, true); - } - else - { - try{ - gPrefInt.ClearUserPref(pref_string_title); - } - catch(ex){} - } window.opener.gNewServer = description; window.opener.gNewServerString = gPref_string_desc; window.close(); diff --git a/mailnews/addrbook/prefs/resources/content/pref-directory-add.xul b/mailnews/addrbook/prefs/resources/content/pref-directory-add.xul index 521cca029ab9..ea7a4237ea1a 100644 --- a/mailnews/addrbook/prefs/resources/content/pref-directory-add.xul +++ b/mailnews/addrbook/prefs/resources/content/pref-directory-add.xul @@ -109,13 +109,7 @@ - - - - - - + &scope.label; diff --git a/mailnews/addrbook/prefs/resources/locale/en-US/pref-directory-add.dtd b/mailnews/addrbook/prefs/resources/locale/en-US/pref-directory-add.dtd index 8a6ae6e33327..e36abeba7625 100644 --- a/mailnews/addrbook/prefs/resources/locale/en-US/pref-directory-add.dtd +++ b/mailnews/addrbook/prefs/resources/locale/en-US/pref-directory-add.dtd @@ -35,10 +35,6 @@ Rights Reserved. - - - -