X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-reply.c;h=07d4452ad2347eb1295a9428b14a40a55e43e6e1;hp=e42ba79fcb443796a03cfb150a01d45899ab8f4e;hb=3a08341e504d7f9b27f8a67a2fed223a38edb706;hpb=7b2c4481f10b19a6847e6064da5ee86f9999a0d5 diff --git a/notmuch-reply.c b/notmuch-reply.c index e42ba79f..07d4452a 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -624,7 +624,7 @@ notmuch_reply_format_json(void *ctx, /* Start the original */ printf (", \"original\": "); - format_part_json (ctx, node, TRUE, TRUE); + format_part_json (ctx, sp, node, TRUE, TRUE); /* End */ printf ("}\n");