X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-show.c;h=355629348c5977bd5665c1a8ff76cbe7ddc1ef28;hp=89bf2e7681fd6f66a6c05cc03e1746e3d29f831f;hb=09d19ac;hpb=e41417d7b42558f13f74cdf4506b316f9942de48 diff --git a/notmuch-show.c b/notmuch-show.c index 89bf2e76..35562934 100644 --- a/notmuch-show.c +++ b/notmuch-show.c @@ -37,11 +37,7 @@ format_part_json_entry (const void *ctx, sprinter_t *sp, mime_node_t *node, static const notmuch_show_format_t format_json = { .new_sprinter = sprinter_json_create, - .message_set_start = "[", .part = format_part_json_entry, - .message_set_sep = ", ", - .message_set_end = "]", - .null_message = "null" }; static notmuch_status_t