| | 1 | 2008-06-25 22:43 -0700 Brendan Cully <brendan@kublai.com> (e2780a423d96) |
| | 2 | |
| | 3 | * commands.c, copy.c, crypt-gpgme.c, handler.c, mbox.c, pgp.c: Make |
| | 4 | mutt_copy_message distinguish between fatal and non-fatal errors. |
| | 5 | Non-fatal errors should prevent moving messages, since they indicate |
| | 6 | data loss. But mutt should still attempt to display them, since |
| | 7 | being able to see some attachments is better than nothing. Also stop |
| | 8 | printing out non-PGP material in application/pgp attachments. Closes |
| | 9 | #2545, #2912. |
| | 10 | |
| | 11 | 2008-06-24 23:12 -0700 Brendan Cully <brendan@kublai.com> (f5fe657f0633) |
| | 12 | |
| | 13 | * handler.c: Make multipart decoding a little more |
| | 14 | forgiving. First, ignore bad content-transfer-encoding in |
| | 15 | multipart sections. Second, if an attachment fails to decode, |
| | 16 | print a warning and continue instead of giving up on the entire |
| | 17 | message. |
| | 18 | |