aboutsummaryrefslogtreecommitdiff
path: root/notmuch-show.c
diff options
context:
space:
mode:
authorAustin Clements <amdragon@MIT.EDU>2012-02-19 19:26:23 -0500
committerDavid Bremner <bremner@debian.org>2012-02-27 22:32:49 -0400
commit661c35712343408b4c034e13fc6cc8be7d580e21 (patch)
treead643d866190da7e018daef5148431530f1469d6 /notmuch-show.c
parentc5520af0ae423244afe552b4fcc16b67cf541535 (diff)
Document the JSON schemata used by show and search
Diffstat (limited to 'notmuch-show.c')
-rw-r--r--notmuch-show.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/notmuch-show.c b/notmuch-show.c
index d930f94..93fb16f 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,