fix for blocker bug #38288. need a default value for mail.SpellCheckBeforeSend

or we get a JS exception.
This commit is contained in:
sspitzer%netscape.com 2000-05-05 17:58:48 +00:00
Родитель 3300d508c9
Коммит a1fbaed66d
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -415,3 +415,4 @@ 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);
pref("mail.SpellCheckBeforeSend",false);

Просмотреть файл

@ -415,3 +415,4 @@ 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);
pref("mail.SpellCheckBeforeSend",false);