From 478f3176a8b8956d8324526d129ca860efca039d Mon Sep 17 00:00:00 2001 From: "bienvenu%nventure.com" Date: Fri, 30 Apr 2004 00:14:33 +0000 Subject: [PATCH] enable blind send by default, since we warn the user, sr=mscott 36838 git-svn-id: svn://10.0.0.236/trunk@155717 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/mailnews.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mozilla/mailnews/mailnews.js b/mozilla/mailnews/mailnews.js index a5631e69cc2..6254f76722d 100644 --- a/mozilla/mailnews/mailnews.js +++ b/mozilla/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