зеркало из https://github.com/mozilla/pjs.git
fix 233979, patch by ch.ey@gmx.net, sr=bienvenu outgoing smtp server settings for user name and password are sticky and shouldn't be
This commit is contained in:
Родитель
94cb8e6916
Коммит
d509e35784
|
@ -84,8 +84,7 @@ function initSmtpSettings(server) {
|
|||
gSmtpTrySSL.getElementsByAttribute("value", "1")[0];
|
||||
}
|
||||
|
||||
if (gSmtpAuthMethod.getAttribute("value") == "1")
|
||||
gSmtpUseUsername.checked = true;
|
||||
gSmtpUseUsername.checked = (gSmtpAuthMethod.getAttribute("value") == "1");
|
||||
|
||||
//dump("gSmtpAuthMethod = <" + gSmtpAuthMethod.localName + ">\n");
|
||||
//dump("gSmtpAuthMethod.value = " + gSmtpAuthMethod.getAttribute("value") + "\n");
|
||||
|
|
Загрузка…
Ссылка в новой задаче