]> granicus.if.org Git - mutt/commit
Compress: check mailbox type if possible when appending.
authorKevin McCarthy <kevin@8t8.us>
Mon, 14 Nov 2016 04:02:36 +0000 (20:02 -0800)
committerKevin McCarthy <kevin@8t8.us>
Mon, 14 Nov 2016 04:02:36 +0000 (20:02 -0800)
commitaab2d75f3eaf75ec4b39a4b8e36f7d4270022c1d
tree31554a371a6441e345105d78069b02a727b96d01
parentaa8f2cdf2f95bde8087887b2e439677056ce0efd
Compress: check mailbox type if possible when appending.

If an append hook isn't defined, then mutt has to decompress the
mailbox.  In that case, we can check the type of the decompressed
mailbox instead of defaulting to DefaultMagic.
compress.c