]> granicus.if.org Git - mutt/commit
Add edit-content-type helper and warning for decrypted attachments. (closes #3728)
authorKevin McCarthy <kevin@8t8.us>
Fri, 11 Aug 2017 01:18:28 +0000 (18:18 -0700)
committerKevin McCarthy <kevin@8t8.us>
Fri, 11 Aug 2017 01:18:28 +0000 (18:18 -0700)
commitfaabd6210348dd5ae8b3dc5f788ad694b342f714
tree7c8a06f8a12e922d2fd8e9a38b33a57511cc0aa7
parent050125068504624fa7e70972df8f8e35122349eb
Add edit-content-type helper and warning for decrypted attachments. (closes #3728)

Regenerating the actx index will overwrite any changes made to a
decrypted attachment.  Change the mutt_edit_content_type() function to
return 1 when a structural change is made.  Add a warning message when
that is the case and a decrypted message was edited, so the user is
not surprised.

Note: mutt_edit_content_type() appeared to regenerate multipart
subparts every time, leading to a memory leak.  I believe this was an
oversite, and it should have regenerated only when there were no
subparts, so have "fixed" this.
commands.c
protos.h
recvattach.c