]> granicus.if.org Git - neomutt/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)
committerRichard Russon <rich@flatcap.org>
Fri, 18 Nov 2016 21:42:59 +0000 (21:42 +0000)
commit0e40967fb19668046db9ebb25cb81da41fff465c
tree32c8ca0fe2ad11367bf6bd2f0c96aa44867feab8
parenta9dac9533d47057e18359b58f92cc291a2d1dcdb
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