X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-reply.c;h=9d6f843652e080234a0c07a7df7012526c1a138f;hp=ac46d0265f53cba48c04e303f7672444180fc547;hb=3d15ed9290013e31a743c20139da16c8ccaa2bb7;hpb=dc51bf0ad4ce84414e79d2f30752502f7c0d46c0 diff --git a/notmuch-reply.c b/notmuch-reply.c index ac46d026..9d6f8436 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -621,7 +621,7 @@ notmuch_reply_format_sprinter(void *ctx, /* Start the original */ sp->map_key (sp, "original"); - format_part_sprinter (ctx, sp, node, TRUE, TRUE); + format_part_sprinter (ctx, sp, node, TRUE, TRUE, FALSE); /* End */ sp->end (sp);