fix for #13767, when creating a news account, default compose html to false.

This commit is contained in:
sspitzer%netscape.com 2000-01-12 07:57:42 +00:00
Родитель f291328810
Коммит b773a3fa83
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -242,7 +242,7 @@ function createAccount(hash) {
/* new nntp identities should use plain text by default
* we wan't that GNKSA (The Good Net-Keeping Seal of Approval) */
if (type == "nntp") {
if (serverType == "nntp") {
identity.composeHtml = false;
}