set the default nntp server to "news.mozilla.org". I'll change it back to "news" before beta. (see bug #8053)

This commit is contained in:
sspitzer%netscape.com 1999-06-12 18:38:53 +00:00
Родитель 9f14911272
Коммит c831f2274b
1 изменённых файлов: 6 добавлений и 1 удалений

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

@ -175,7 +175,12 @@ pref("network.file_sort_method", 0); // NAME 0, TYPE 1, SIZE 2, D
pref("network.ftp.passive", true);
pref("network.hosts.smtp_server", "mail");
pref("network.hosts.pop_server", "mail");
pref("network.hosts.nntp_server", "news");
// sspitzer: change this back to "news" when we get to beta.
// for now, set this to news.mozilla.org because you can only
// post to the server specified by this pref.
pref("network.hosts.nntp_server", "news.mozilla.org");
pref("network.hosts.socks_server", "");
pref("network.hosts.socks_serverport", 1080);
pref("network.hosts.socks_conf", "");