зеркало из https://github.com/mozilla/pjs.git
added couple more imap global prefs
This commit is contained in:
Родитель
e86744ac6f
Коммит
335e4d06e8
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче