aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch-search.c
diff options
context:
space:
mode:
authorGravatar Austin Clements <amdragon@MIT.EDU>2012-02-19 19:26:23 -0500
committerGravatar David Bremner <bremner@debian.org>2012-02-27 22:32:49 -0400
commit661c35712343408b4c034e13fc6cc8be7d580e21 (patch)
treead643d866190da7e018daef5148431530f1469d6 /notmuch-search.c
parentc5520af0ae423244afe552b4fcc16b67cf541535 (diff)
Document the JSON schemata used by show and search
Diffstat (limited to 'notmuch-search.c')
-rw-r--r--notmuch-search.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/notmuch-search.c b/notmuch-search.c
index d504051c..92ce38a1 100644
--- a/notmuch-search.c
+++ b/notmuch-search.c
@@ -90,6 +90,9 @@ format_thread_json (const void *ctx,
const int total,
const char *authors,
const char *subject);
+
+/* Any changes to the JSON format should be reflected in the file
+ * devel/schemata. */
static const search_format_t format_json = {
"[",
"{",