From 588b33af0fc7c4cf4356b29af793cce3a5aaea21 Mon Sep 17 00:00:00 2001 From: "bienvenu%nventure.com" Date: Wed, 11 Feb 2004 04:36:46 +0000 Subject: [PATCH] further fix for bug 219200, use pref instead of user_pref in mailnews.js, sr=mscott git-svn-id: svn://10.0.0.236/trunk@152646 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/mailnews.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/mailnews/mailnews.js b/mozilla/mailnews/mailnews.js index 8f8ada9fc57..88ddc171ffe 100644 --- a/mozilla/mailnews/mailnews.js +++ b/mozilla/mailnews/mailnews.js @@ -390,11 +390,11 @@ pref("mail.server.default.manualMarkMode",0); // 0 == "move to junk folder", 1 = // if true, we'll use the password from an incoming server with // matching username and domain -user_pref("mail.smtp.useMatchingDomainServer", false); +pref("mail.smtp.useMatchingDomainServer", false); // if true, we'll use the password from an incoming server with // matching username and host name -user_pref("mail.smtp.useMatchingHostNameServer", false); +pref("mail.smtp.useMatchingHostNameServer", false); pref("mail.smtpserver.default.auth_method", 1); // auth any pref("mail.smtpserver.default.trySecAuth", true);