added couple more imap global prefs

This commit is contained in:
jefft%netscape.com 2000-05-10 14:39:50 +00:00
parent 06a7579405
commit b7018e89a2
2 changed files with 4 additions and 0 deletions

View File

@ -60,6 +60,8 @@ pref("mail.imap.max_chunk_size", 40960);
pref("mail.imap.chunk_fast", 2);
pref("mail.imap.chunk_ideal", 4);
pref("mail.imap.chunk_add", 2048);
pref("mail.imap.hide_other_users", false);
pref("mail.imap.hide_unused_namespaces", true);
pref("mail.imap.auto_subscribe", true);
pref("mail.imap.auto_unsubscrube", true);
pref("mail.imap.new_mail_get_headers", true);

View File

@ -60,6 +60,8 @@ pref("mail.imap.max_chunk_size", 40960);
pref("mail.imap.chunk_fast", 2);
pref("mail.imap.chunk_ideal", 4);
pref("mail.imap.chunk_add", 2048);
pref("mail.imap.hide_other_users", false);
pref("mail.imap.hide_unused_namespaces", true);
pref("mail.imap.auto_subscribe", true);
pref("mail.imap.auto_unsubscrube", true);
pref("mail.imap.new_mail_get_headers", true);