]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-reply.c
build system: remove directories created by tests in "make clean"
[notmuch] / notmuch-reply.c
index 3a038ed75a06c0a4f76a847f344fec4c94641d53..de21f3b2e8660755ee38b3cd8b2c83e8a586cbfc 100644 (file)
@@ -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");