mailnews/base/src/nsMsgAccountManager.cpp

This commit is contained in:
sspitzer%netscape.com 1999-09-11 19:10:30 +00:00
Родитель edc9be1c4d
Коммит 87957ce0af
2 изменённых файлов: 6 добавлений и 2 удалений

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

@ -26,7 +26,9 @@ pref("news.wrap_long_lines", false);
pref("mail.inline_attachments", true);
// Mail server preferences, pop by default
pref("mail.server_type", 0); // 0 pop, 1 imap,
// (Unix only:)
// 2 movemail, 3 inbox
pref("mail.auth_login", true);
pref("mail.use_drafts", true);

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

@ -26,7 +26,9 @@ pref("news.wrap_long_lines", false);
pref("mail.inline_attachments", true);
// Mail server preferences, pop by default
pref("mail.server_type", 0); // 0 pop, 1 imap,
// (Unix only:)
// 2 movemail, 3 inbox
pref("mail.auth_login", true);
pref("mail.use_drafts", true);