From 3a08341e504d7f9b27f8a67a2fed223a38edb706 Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Thu, 2 Aug 2012 21:14:52 -0400 Subject: show: Feed the sprinter down to part formatters There are several levels of function calls between where we create the sprinter and the call to the part formatter in show_message. This feeds the sprinter through all of them and into the part formatters. --- notmuch-reply.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notmuch-reply.c') 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"); -- cgit v1.2.3