]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-show.c
show: Remove now unused fields from notmuch_show_format
[notmuch] / notmuch-show.c
index 89bf2e7681fd6f66a6c05cc03e1746e3d29f831f..355629348c5977bd5665c1a8ff76cbe7ddc1ef28 100644 (file)
@@ -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