diff --git a/mailnews/base/prefs/resources/content/AccountManager.js b/mailnews/base/prefs/resources/content/AccountManager.js index acba0e9fb4be..f117149732ae 100644 --- a/mailnews/base/prefs/resources/content/AccountManager.js +++ b/mailnews/base/prefs/resources/content/AccountManager.js @@ -808,7 +808,7 @@ function getAccountValue(account, accountValues, type, slot, preftype, isGeneric accountValues[type] = new Array; // fill in the slot from the account if necessary - if (!(slot in accountValues[type]) || !accountValues[type][slot]) { + if (!(slot in accountValues[type]) || accountValues[type][slot] == undefined) { // dump("Array->Form: lazily reading in the " + slot + " from the " + type + "\n"); var server; if (account)