X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-show.c;h=93fb16f32f9a897309657dac170b433360d6b28b;hp=d930f94243c0f668db32bca297d6a7943ee352eb;hb=661c35712343408b4c034e13fc6cc8be7d580e21;hpb=c5520af0ae423244afe552b4fcc16b67cf541535;ds=sidebyside diff --git a/notmuch-show.c b/notmuch-show.c index d930f942..93fb16f3 100644 --- a/notmuch-show.c +++ b/notmuch-show.c @@ -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,