]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-reply.c
notmuch-dump: remove deprecated positional argument for output file
[notmuch] / notmuch-reply.c
index 07d4452ad2347eb1295a9428b14a40a55e43e6e1..fa6665f7191572d84e4c41ce535330ae4199090e 100644 (file)
@@ -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;