Update 40_security-misc.js

Performance - compact folders on exit
This commit is contained in:
cypherpunks 2025-03-04 05:29:39 +00:00 committed by GitHub
parent 56e278119f
commit be6a87777a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -86,3 +86,9 @@ pref("mailnews.headers.sendUserAgent", false);
// And rounds the time stamp to the closes minute
// https://hg.mozilla.org/comm-central/rev/98aa0bf2e719
pref("mail.sanitize_date_header", true);
//### Performance
// Compact folders on exit
// Compact when it will save over 100 KB
pref("mail.folder.compact_on_exit", true);
pref("mail.folder.compact_threshold", 100);