26 May
2010
26 May
'10
5:52 p.m.
On Thu, 2010-05-06 at 11:35 -0300, Alex Baule wrote:
/* if non-zero, overrides the physical size that should be saved. for example when using zlib plugin, this would contain the mail's uncompressed size. */
uoff_t saved_physical_size;
Looks like the comment is a bit bad. Its only purpose is to tell dbox code to save physical-size metadata field with the given size. Maildir doesn't do anything with it. Maybe I can find a way to remove the whole variable entirely, since dbox code should already be able to figure out all that internally..