mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
add pref for strict msg threading, mail_strict_threading, sr=mscott 277190
This commit is contained in:
parent
c6b3c7d460
commit
4e786cabeb
@ -102,7 +102,8 @@ pref("mail.imap.mime_parts_on_demand_max_depth", 15);
|
||||
pref("mail.imap.mime_parts_on_demand_threshold", 30000);
|
||||
pref("mail.imap.use_literal_plus", true);
|
||||
pref("mail.imap.check_deleted_before_expunge", false);
|
||||
pref("mail.thread_without_re", true);
|
||||
pref("mail.thread_without_re", true); // if false, only thread by subject if Re:
|
||||
pref("mail.strict_threading", false); // if true, don't thread by suject at all
|
||||
pref("mail.leave_on_server", false);
|
||||
pref("mail.default_cc", "");
|
||||
pref("mail.default_fcc", ""); // maibox:URL or Imap://Host/OnLineFolderName
|
||||
|
Loading…
Reference in New Issue
Block a user