]> granicus.if.org Git - neomutt/commit
Make mutt_copy_message distinguish between fatal and non-fatal errors.
authorBrendan Cully <brendan@kublai.com>
Thu, 26 Jun 2008 05:43:32 +0000 (22:43 -0700)
committerBrendan Cully <brendan@kublai.com>
Thu, 26 Jun 2008 05:43:32 +0000 (22:43 -0700)
commit3425ccdbc097b01478c3be3c34160c4f06656922
tree2b7cdf5e56f396b26558611a4a217eb5cd8783fd
parentc2be5c1be9be45c878f23d6d03297d2fb425583e
Make mutt_copy_message distinguish between fatal and non-fatal errors.
Non-fatal errors should prevent moving messages, since they indicate
data loss. But mutt should still attempt to display them, since being
able to see some attachments is better than nothing.
Also stop printing out non-PGP material in application/pgp
attachments. Closes #2545, #2912.
commands.c
copy.c
crypt-gpgme.c
handler.c
mbox.c
pgp.c