add prefs for compacting folders threshhold 15865 sr=sspitzer

This commit is contained in:
bienvenu%netscape.com 2001-04-12 14:35:05 +00:00
Родитель 4450306f02
Коммит 351b86335f
2 изменённых файлов: 6 добавлений и 0 удалений

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

@ -116,6 +116,9 @@ pref("mailnews.wraplength", 72);
pref("mailnews.reply_on_top", 0); // 0=bottom 1=top 2=select+bottom 3=select+top
pref("mail.purge_threshhold", 100);
pref("mail.prompt_purge_threshhold", false);
pref("mailnews.force_ascii_search", false);
pref("mailnews.autolookup_unknown_mime_types", true);

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

@ -116,6 +116,9 @@ pref("mailnews.wraplength", 72);
pref("mailnews.reply_on_top", 0); // 0=bottom 1=top 2=select+bottom 3=select+top
pref("mail.purge_threshhold", 100);
pref("mail.prompt_purge_threshhold", false);
pref("mailnews.force_ascii_search", false);
pref("mailnews.autolookup_unknown_mime_types", true);