compact all folders when the two criteria are exceeded: the number of days since the last compaction and the total size saved
Categories
(Thunderbird :: Untriaged, enhancement)
Tracking
(Not tracked)
People
(Reporter: jerome.bouat, Unassigned)
Details
Steps to reproduce:
Currently, thunderbird proposes to compact my folders only when the saving exceeds a limit.
Actual results:
If I receive a variable amount of data via email, it is difficult to define the optimal size saving limit.
I have set a limit that suggests compacting about every month. However, sometimes it proposes the compaction several times a day. This reduces the life of my SSD.
Expected results:
In addition to the size saving limit criteria, we could add a number of days since the last compacting. Both limits must be exceeded for compaction to be offered.
Comment 1•2 years ago
|
||
There's no pref, but we don't ask more than once a day: https://searchfox.org/comm-central/rev/0fefd9ea7a9c8e805c833ce935cb54df597453df/mailnews/base/src/nsMsgPurgeService.cpp#187-188
Description
•