From be6a87777a581a56377f0a93a34811483ece8fef Mon Sep 17 00:00:00 2001 From: cypherpunks <201630983+cypherpunks2@users.noreply.github.com> Date: Tue, 4 Mar 2025 05:29:39 +0000 Subject: [PATCH] Update 40_security-misc.js Performance - compact folders on exit --- etc/thunderbird/pref/40_security-misc.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/thunderbird/pref/40_security-misc.js b/etc/thunderbird/pref/40_security-misc.js index 0a49772..76e64f4 100644 --- a/etc/thunderbird/pref/40_security-misc.js +++ b/etc/thunderbird/pref/40_security-misc.js @@ -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);