mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 18:51:28 +00:00
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:
parent
6bb49376c0
commit
65f082acfb
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user