If $honor_disposition is set, an "attachment" disposition decodable
attachment won't be included in the body, so we want it to be added as
an attachment to the forwarded email.
{
body = actx->idx[i]->content;
if ((body->type != TYPEMULTIPART) &&
- !mutt_can_decode (body) &&
+ (!mutt_can_decode (body) ||
+ (option (OPTHONORDISP) && body->disposition == DISPATTACH)) &&
!(body->type == TYPEAPPLICATION &&
(!ascii_strcasecmp (body->subtype, "pgp-signature") ||
!ascii_strcasecmp (body->subtype, "x-pkcs7-signature") ||