From 54e2c10ed7aba95b42e1b9bb67a3383d41762233 Mon Sep 17 00:00:00 2001 From: "bienvenu%nventure.com" Date: Fri, 30 Apr 2004 00:13:05 +0000 Subject: [PATCH] enable blind send by default, since we warn the user, sr=mscott 36838 --- mailnews/mailnews.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mailnews/mailnews.js b/mailnews/mailnews.js index a5631e69cc2..6254f76722d 100644 --- a/mailnews/mailnews.js +++ b/mailnews/mailnews.js @@ -207,6 +207,9 @@ pref("mailnews.language_sensitive_font", true); pref("mailnews.quotingPrefs.version", 0); // used to decide whether to migrate global quoting prefs +// the first time, we'll warn the user about the blind send, and they can disable the warning if they want. +pref("mapi.blind-send.enabled", true); + pref("offline.news.download.unread_only", true); pref("offline.news.download.by_date", true); pref("offline.news.download.days", 30); // days