Bug #134238 --> Changing the port for POP with SSL server to 110 has no effect

Contributed patch.

r=ch.ey
sr=mscot
This commit is contained in:
scott%scott-macgregor.org 2004-03-05 20:25:46 +00:00
parent 6bb49376c0
commit 65f082acfb

View File

@ -39,6 +39,10 @@ function onInit()
function onPreInit(account, accountValues)
{
// Bug 134238
// Make sure server.isSecure will be saved before server.port preference
parent.getAccountValue(account, accountValues, "server", "isSecure", null, false);
var type = parent.getAccountValue(account, accountValues, "server", "type", null, false);
gRedirectorType = parent.getAccountValue(account, accountValues, "server", "redirectorType", null, false);
hideShowControls(type);