From 7e6cdd56d05f7554bfb7f71bdcc8dec3a46ad1d3 Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Fri, 12 Jan 2001 20:14:12 +0000 Subject: [PATCH] remove the unused default pref "mail.allow_at_sign_in_user_name". see #53970 for details. --- mailnews/mailnews.js | 1 - modules/libpref/src/init/mailnews.js | 1 - 2 files changed, 2 deletions(-) diff --git a/mailnews/mailnews.js b/mailnews/mailnews.js index 8a114c4285d7..2c39a0d93798 100644 --- a/mailnews/mailnews.js +++ b/mailnews/mailnews.js @@ -157,7 +157,6 @@ pref("mail.match_nickname", false); pref("mail.default_html_action", 0); // 0=ask, 1=plain, 2=html, 3=both pref("mail.selection.count",0); //default - 0 mail folders selected for download pref("mail.smtp.ssl", 0); // 0 = no, 1 = try, 2 = must use SSL -pref("mail.allow_at_sign_in_user_name", false); //strip off chars following the @ sign in mail user name pref("mail.mdn.report.enabled", false); // enable sending MDN report // no denial mdns for not_in_to_cc, forward and outside_domain cases diff --git a/modules/libpref/src/init/mailnews.js b/modules/libpref/src/init/mailnews.js index 8a114c4285d7..2c39a0d93798 100644 --- a/modules/libpref/src/init/mailnews.js +++ b/modules/libpref/src/init/mailnews.js @@ -157,7 +157,6 @@ pref("mail.match_nickname", false); pref("mail.default_html_action", 0); // 0=ask, 1=plain, 2=html, 3=both pref("mail.selection.count",0); //default - 0 mail folders selected for download pref("mail.smtp.ssl", 0); // 0 = no, 1 = try, 2 = must use SSL -pref("mail.allow_at_sign_in_user_name", false); //strip off chars following the @ sign in mail user name pref("mail.mdn.report.enabled", false); // enable sending MDN report // no denial mdns for not_in_to_cc, forward and outside_domain cases