X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=notmuch-reply.c;h=fa6665f7191572d84e4c41ce535330ae4199090e;hb=94c3b40d41f1ad98719d411ef28b69075fda0579;hp=07d4452ad2347eb1295a9428b14a40a55e43e6e1;hpb=3a08341e504d7f9b27f8a67a2fed223a38edb706;p=notmuch diff --git a/notmuch-reply.c b/notmuch-reply.c index 07d4452a..fa6665f7 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -617,7 +617,7 @@ notmuch_reply_format_json(void *ctx, /* The headers of the reply message we've created */ printf ("{\"reply-headers\": "); - format_headers_json (ctx, reply, TRUE); + format_headers_json (sp, reply, TRUE); g_object_unref (G_OBJECT (reply)); reply = NULL;