X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=notmuch-reply.c;h=de21f3b2e8660755ee38b3cd8b2c83e8a586cbfc;hb=015bc16f5352e17cf203e90f2b8f37f3f4ea8c6e;hp=3a038ed75a06c0a4f76a847f344fec4c94641d53;hpb=e04b18cf3624e1ba29a45cd1f15715e1da244021;p=notmuch diff --git a/notmuch-reply.c b/notmuch-reply.c index 3a038ed7..de21f3b2 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -620,7 +620,7 @@ notmuch_reply_format_json(void *ctx, /* Start the original */ printf (", \"original\": "); - format_part_json (ctx, node, TRUE); + format_part_json (ctx, node, TRUE, TRUE); /* End */ printf ("}\n");