]> granicus.if.org Git - neomutt/commit
Add $forward_attachments quadoption for inline-forward mode
authorKevin McCarthy <kevin@8t8.us>
Fri, 26 Apr 2019 02:41:04 +0000 (19:41 -0700)
committerRichard Russon <rich@flatcap.org>
Sun, 5 May 2019 00:00:38 +0000 (01:00 +0100)
commit4cccca17e35d654e7beb32e9bac86c4bbda58b77
tree624fa5af78aefca9383d927c4a74f6ec11efbc9c
parent20a68092d6494d5a9f999815504baca62f1390ef
Add $forward_attachments quadoption for inline-forward mode

When set or answered yes, non text-decodable parts will be attached to
the new message.  The default value is "ask-yes", because I believe
this is something people will want to use, and should be made aware of
the new possible behavior.

The option presents a nice middle ground between previous
inline-forwarding behavior (where all the non-text parts were
dropped), and $mime_forward where the entire email was included as an
attachment.

This was previously difficult to achieve, but after the
recv-attachment refactoring: (a19e5266^..faabd621)
it became possible to use the ATTACH_CONTEXT and the recvattach.c
helper mutt_generate_recvattach_list() to properly deal with nesting
and multiple file-handles.

Co-authored-by: Richard Russon <rich@flatcap.org>
doc/manual.xml.head
globals.h
init.h
recvattach.c
recvattach.h
send.c