From d44a8c6730de33d4b4a1937108a105f851043fed Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Tue, 25 Apr 2000 07:10:33 +0000 Subject: [PATCH] am I a man or am I a mouse? turn on the real subscribe dialog. there are a lot of issues with it, but I'm working on them, and the new subscribe dialog is no worse than the old one. git-svn-id: svn://10.0.0.236/trunk@67098 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mailnews/mailnews.js | 3 +++ mozilla/modules/libpref/src/init/mailnews.js | 3 +++ 2 files changed, 6 insertions(+) diff --git a/mozilla/mailnews/mailnews.js b/mozilla/mailnews/mailnews.js index 84c886e7e0c..ef8cf755c71 100644 --- a/mozilla/mailnews/mailnews.js +++ b/mozilla/mailnews/mailnews.js @@ -413,3 +413,6 @@ pref("mailnews.send_plaintext_flowed", true); // RFC 2646======= // these two news.cancel.* prefs are for use by QA for automated testing. see bug #31057 pref("news.cancel.confirm",true); pref("news.cancel.alert_on_success",true); + +// since the new subscribe dialog is incomplete and buggy, this pref turns it on or off +pref("mailnews.use-real-subscribe-dialog",true); diff --git a/mozilla/modules/libpref/src/init/mailnews.js b/mozilla/modules/libpref/src/init/mailnews.js index 84c886e7e0c..ef8cf755c71 100644 --- a/mozilla/modules/libpref/src/init/mailnews.js +++ b/mozilla/modules/libpref/src/init/mailnews.js @@ -413,3 +413,6 @@ pref("mailnews.send_plaintext_flowed", true); // RFC 2646======= // these two news.cancel.* prefs are for use by QA for automated testing. see bug #31057 pref("news.cancel.confirm",true); pref("news.cancel.alert_on_success",true); + +// since the new subscribe dialog is incomplete and buggy, this pref turns it on or off +pref("mailnews.use-real-subscribe-dialog",true);