Let Content-Disposition: inline for every part of a multipart/alternative email
struct Body *group = mutt_body_new();
group->type = TYPEMULTIPART;
group->subtype = mutt_str_strdup("alternative");
+ group->disposition = DISPINLINE;
struct Body *alts = NULL;
/* group tagged message into a multipart/alternative */
if (bptr->tagged)
{
bptr->tagged = false;
+ bptr->disposition = DISPINLINE;
/* for first match, set group desc according to match */
#define ALTS_TAG "Alternatives for \"%s\""