X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=notmuch-reply.c;fp=notmuch-reply.c;h=de21f3b2e8660755ee38b3cd8b2c83e8a586cbfc;hb=0e63372efe28f2fff0791b293240695b19bfefd2;hp=3a038ed75a06c0a4f76a847f344fec4c94641d53;hpb=10ab2b57039d7ef06c82749530ff48675e81d16d;p=obsolete%2Fnotmuch-old 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");