]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-reply.c
show: Feed the sprinter down to part formatters
[notmuch] / notmuch-reply.c
index e42ba79fcb443796a03cfb150a01d45899ab8f4e..07d4452ad2347eb1295a9428b14a40a55e43e6e1 100644 (file)
@@ -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");