Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I have thunderbird 12.0.1 portable on windows xp. How can I compress email in thunderbird? I checked its storage area and found that emails are stored in plain text without any compressing.

There is about 10 gb of emails and that would be very helpful to shrink disk usage.

Clarification: Thunderbird Compacting is not compressing

share|improve this question
1  
The easiest solution might be filesystem compression (e.g. NTFS). Just tell the OS to compress all files in the mailbox folder. – MSalters May 28 '12 at 22:13
I would advise against NTFS compression as it introduces massive fragmentation, and on newer drives with 4KB clusters, can dramatically increase space used. – Randolph West May 28 '12 at 22:51
@Randolph: Isn't the fragmentation effect only true when frequently writing to large files? And since Windows Vista and 7 defrag automatically regularly, it shouldn't be that big an issue unless you're using compression on a VHD. Also, how would NTFS compression increase space used on 4KB cluster drives? The filesystem is supposed to write the compression unit to disk uncompressed unless compression reduces its size by at least one cluster. Having 4KB clusters should increase efficiency, though at the cost of random access speed. – Lèse majesté May 29 '12 at 9:29
If the individual file sizes are small, it will increase space used. I'm not familiar with Thunderbird's storage mechanism though. As for fragmentation, on NTFS-compressed files it is astronomical. Try it and see. Windows automated defrag only runs on Wednesday mornings at 1am by default, so if it's a laptop, and the machine is off, defrag isn't going to help. – Randolph West May 29 '12 at 20:59

1 Answer

The option named "Compact folders when it will save over" under

"Edit->preferences->Advanced->Network & Disk space"

would allow you to enter a size, when the folder exceeds that size, the mails will be compacted.

Disclaimer: I gave the location of the option from my Linux machine, Probably it will be in some other menu for Windows' thunderbird.

share|improve this answer
1  
Compacting is not compressing unfortunately. It just physically removed emails marked as deleted. – misha nesterenko May 29 '12 at 10:43

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.