aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-reply.c
diff options
context:
space:
mode:
authorGravatar Austin Clements <amdragon@MIT.EDU>2012-08-02 21:14:52 -0400
committerGravatar David Bremner <bremner@debian.org>2012-08-03 20:27:25 -0300
commit3a08341e504d7f9b27f8a67a2fed223a38edb706 (patch)
treea5f40aa80d28322275df120ed65d9a6f8ad6ce4c /notmuch-reply.c
parent7b2c4481f10b19a6847e6064da5ee86f9999a0d5 (diff)
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.
Diffstat (limited to 'notmuch-reply.c')
-rw-r--r--notmuch-reply.c2
1 files changed, 1 insertions, 1 deletions
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");