]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-show.c
Document the JSON schemata used by show and search
[notmuch] / notmuch-show.c
index d930f94243c0f668db32bca297d6a7943ee352eb..93fb16f32f9a897309657dac170b433360d6b28b 100644 (file)
@@ -65,6 +65,8 @@ format_part_content_json (GMimeObject *part);
 static void
 format_part_end_json (GMimeObject *part);
 
+/* Any changes to the JSON format should be reflected in the file
+ * devel/schemata. */
 static const notmuch_show_format_t format_json = {
     "[", NULL,
        "{", format_message_json,