Bug #132643 --> add default prefs for controlling the behavior of the animated alert.

r=sspitzer
sr=hewitt
a=asa
This commit is contained in:
mscott%netscape.com 2002-03-22 19:26:28 +00:00
Родитель 6fc5189055
Коммит 36223d64b2
3 изменённых файлов: 8 добавлений и 0 удалений

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

@ -350,6 +350,7 @@ pref("mailnews.plaintext_domains","");
pref("mailnews.global_html_domains.version",1);
pref("mail.biff.play_sound",true);
pref("mail.biff.show_alert", true);
pref("mail.content_disposition_type", 0);

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

@ -667,6 +667,12 @@ pref("layout.frames.force_resizability", false);
// pref to permit users to make verified SOAP calls by default
pref("capability.policy.default.SOAPCall.invokeVerifySourceHeader", "allAccess");
// pref to control the alert notification
pref("alerts.slideIncrement", 1);
pref("alerts.slideIncrementTime", 10);
pref("alerts.totalOpenTime", 4000);
pref("alerts.height", 50);
// update notifications prefs
pref("update_notifications.enabled", true);
pref("update_notifications.provider.0.frequency", 7); // number of days

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

@ -350,6 +350,7 @@ pref("mailnews.plaintext_domains","");
pref("mailnews.global_html_domains.version",1);
pref("mail.biff.play_sound",true);
pref("mail.biff.show_alert", true);
pref("mail.content_disposition_type", 0);