On Sun, Sep 10, 2017 at 03:52:14PM -0600, @lbutlr wrote: > On 09 Sep 2017, at 21:31, Viktor Dukhovni <postfix-us...@dukhovni.org> wrote: > > "mime_forward = yes" is not a new Mutt feature, it has been around for at > > least a decade, however, it is likely still not the default, you have to > > turn it on. > > After looking, even with that setting mutt still sends emails as inline > instead of as attachments, which is what I need: >
What's a MIME attachment is and > Content-Type: message/rfc822 > Content-Disposition: inline That's an attachment of a complete message. Just because the disposition (display hint) says inline it is still a separate MIME part. Inline is franly more useful. MUAs should be able to allow users to save "inline" attachments, but if not, the "Content-Disposition" can also be tweaked in Mutt. -- Viktor.