if (rc)
{
mutt_error ("One or more parts of this message could not be displayed");
dprint (1, (debugfile, "Failed on attachment #%d, type %s/%s.\n", count, TYPE(p), NONULL (p->subtype)));
}
if (rc || ((s->flags & M_REPLYING)
if ((s->flags & M_REPLYING)
&& (option (OPTINCLUDEONLYFIRST)) && (s->flags & M_FIRSTDONE)))
&& (option (OPTINCLUDEONLYFIRST)) && (s->flags & M_FIRSTDONE))
break;
if (!handler)
handler = multipart_handler;
if (b->encoding != ENC7BIT && b->encoding != ENC8BIT
&& b->encoding != ENCBINARY)
dprint (1, (debugfile, "Bad encoding type %d for multipart entity, "
"assuming 7 bit\n", b->encoding));
b->encoding = ENC7BIT;
else if (WithCrypto && b->type == TYPEAPPLICATION)