bug#112213 -adding timeline pref to mailnews; sr=mscott

This commit is contained in:
varada%netscape.com 2001-12-21 23:21:50 +00:00
parent d33e61002d
commit 59a0db79d7
2 changed files with 6 additions and 0 deletions

View File

@ -35,6 +35,9 @@
*
* ***** END LICENSE BLOCK ***** */
//mailnews.timeline_is_enabled should be set to true ONLY for perf measurement-timeline builds.
pref("mailnews.timeline_is_enabled", false);
pref("mailnews.logComposePerformance", false);
pref("mail.wrap_long_lines", true);

View File

@ -35,6 +35,9 @@
*
* ***** END LICENSE BLOCK ***** */
//mailnews.timeline_is_enabled should be set to true ONLY for perf measurement-timeline builds.
pref("mailnews.timeline_is_enabled", false);
pref("mailnews.logComposePerformance", false);
pref("mail.wrap_long_lines", true);