[PATCH v7 05/10] schemata: Add documentation for JSON reply format.

2012-03-11 Thread Adam Wolfe Gordon
---
 devel/schemata |   27 +--
 1 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/devel/schemata b/devel/schemata
index 24ad775..b1073a9 100644
--- a/devel/schemata
+++ b/devel/schemata
@@ -77,8 +77,9 @@ part = {
 content?:   string
 }

-# The headers of a message (format_headers_json with raw headers) or
-# a part (format_headers_message_part_json with pretty-printed headers)
+# The headers of a message (format_headers_json with raw headers
+# and reply = FALSE) or a part (format_headers_message_part_json
+# with pretty-printed headers)
 headers = {
 Subject:string,
 From:   string,
@@ -136,3 +137,25 @@ thread = {
   # matched and unmatched
 subject:string
 }
+
+notmuch reply schema
+
+
+reply = {
+# The headers of the constructed reply (format_headers_json with
+# raw headers and reply = TRUE)
+reply-headers: reply_headers,
+
+# As in the show format (format_message_json)
+original: message
+}
+
+reply_headers = {
+Subject:string,
+From:   string,
+To?:string,
+Cc?:string,
+Bcc?:   string,
+In-reply-to:string,
+References: string
+}
-- 
1.7.5.4



[PATCH v7 05/10] schemata: Add documentation for JSON reply format.

2012-03-11 Thread Adam Wolfe Gordon
---
 devel/schemata |   27 +--
 1 files changed, 25 insertions(+), 2 deletions(-)

diff --git a/devel/schemata b/devel/schemata
index 24ad775..b1073a9 100644
--- a/devel/schemata
+++ b/devel/schemata
@@ -77,8 +77,9 @@ part = {
 content?:   string
 }
 
-# The headers of a message (format_headers_json with raw headers) or
-# a part (format_headers_message_part_json with pretty-printed headers)
+# The headers of a message (format_headers_json with raw headers
+# and reply = FALSE) or a part (format_headers_message_part_json
+# with pretty-printed headers)
 headers = {
 Subject:string,
 From:   string,
@@ -136,3 +137,25 @@ thread = {
   # matched and unmatched
 subject:string
 }
+
+notmuch reply schema
+
+
+reply = {
+# The headers of the constructed reply (format_headers_json with
+# raw headers and reply = TRUE)
+reply-headers: reply_headers,
+
+# As in the show format (format_message_json)
+original: message
+}
+
+reply_headers = {
+Subject:string,
+From:   string,
+To?:string,
+Cc?:string,
+Bcc?:   string,
+In-reply-to:string,
+References: string
+}
-- 
1.7.5.4

___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch