On Dec 11, 2009, at 9:33 AM, Andre wrote: > Yesterday I was testing support for zlib, for compressed messages, to set up > a new namespace for old mails and I read that it is safe to compress only > mails that have the field “S=XXX” in their name (XXX being the original size > of message) and to leave uncompressed the ones that don’t have S=XXX in their > name.
S=XXX is added only when you have quota plugin enabled. But yeah, I hadn't really thought about it being important for zlib plugin too. Maybe I should just add it always..