[PATCH 4/4] Update NEWS for user.other_name
[notmuch-archives.git] / 07 / d3dc162630380b300d7fa5503069a6d3b48a56
1 Return-Path: <awg@lagos.xvx.ca>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 808D5431FAF\r
6         for <notmuch@notmuchmail.org>; Sun, 11 Mar 2012 21:06:04 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_NONE=-0.0001] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id HuhjbiTQLgVU for <notmuch@notmuchmail.org>;\r
16         Sun, 11 Mar 2012 21:06:03 -0700 (PDT)\r
17 Received: from idcmail-mo2no.shaw.ca (idcmail-mo2no.shaw.ca [64.59.134.9])\r
18         by olra.theworths.org (Postfix) with ESMTP id 7645F431FDC\r
19         for <notmuch@notmuchmail.org>; Sun, 11 Mar 2012 21:06:02 -0700 (PDT)\r
20 Received: from lb7f8hsrpno-svcs.dcs.int.inet (HELO pd7ml3no-ssvc.prod.shaw.ca)\r
21         ([10.0.144.222])\r
22         by pd7mo1no-svcs.prod.shaw.ca with ESMTP; 11 Mar 2012 22:06:02 -0600\r
23 X-Cloudmark-SP-Filtered: true\r
24 X-Cloudmark-SP-Result: v=1.1 cv=aDUJ/pRHNXkohnfhaDKKve0FfU8uPxX8npdo6G126bI=\r
25         c=1 sm=1\r
26         a=KJQp10CYt0cA:10 a=BLceEmwcHowA:10 a=yQp6g8lIsgqumF79BAsFDg==:17\r
27         a=DgdU8Ar0EezpiEXugsgA:9 a=ys3i4kPKAKdt6LCgFAAA:7\r
28         a=HpAAvcLHHh0Zw7uRqdWCyQ==:117\r
29 Received: from unknown (HELO lagos.xvx.ca) ([96.52.216.56])\r
30         by pd7ml3no-dmz.prod.shaw.ca with ESMTP; 11 Mar 2012 22:06:02 -0600\r
31 Received: by lagos.xvx.ca (Postfix, from userid 1000)\r
32         id D451A8004958; Sun, 11 Mar 2012 22:06:01 -0600 (MDT)\r
33 From: Adam Wolfe Gordon <awg+notmuch@xvx.ca>\r
34 To: notmuch@notmuchmail.org\r
35 Subject: [PATCH v7 05/10] schemata: Add documentation for JSON reply format.\r
36 Date: Sun, 11 Mar 2012 22:05:37 -0600\r
37 Message-Id: <1331525142-30539-6-git-send-email-awg+notmuch@xvx.ca>\r
38 X-Mailer: git-send-email 1.7.5.4\r
39 In-Reply-To: <1331525142-30539-1-git-send-email-awg+notmuch@xvx.ca>\r
40 References: <1331525142-30539-1-git-send-email-awg+notmuch@xvx.ca>\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Mon, 12 Mar 2012 04:06:04 -0000\r
54 \r
55 ---\r
56  devel/schemata |   27 +++++++++++++++++++++++++--\r
57  1 files changed, 25 insertions(+), 2 deletions(-)\r
58 \r
59 diff --git a/devel/schemata b/devel/schemata\r
60 index 24ad775..b1073a9 100644\r
61 --- a/devel/schemata\r
62 +++ b/devel/schemata\r
63 @@ -77,8 +77,9 @@ part = {\r
64      content?:       string\r
65  }\r
66  \r
67 -# The headers of a message (format_headers_json with raw headers) or\r
68 -# a part (format_headers_message_part_json with pretty-printed headers)\r
69 +# The headers of a message (format_headers_json with raw headers\r
70 +# and reply = FALSE) or a part (format_headers_message_part_json\r
71 +# with pretty-printed headers)\r
72  headers = {\r
73      Subject:        string,\r
74      From:           string,\r
75 @@ -136,3 +137,25 @@ thread = {\r
76                                # matched and unmatched\r
77      subject:        string\r
78  }\r
79 +\r
80 +notmuch reply schema\r
81 +--------------------\r
82 +\r
83 +reply = {\r
84 +    # The headers of the constructed reply (format_headers_json with\r
85 +    # raw headers and reply = TRUE)\r
86 +    reply-headers: reply_headers,\r
87 +\r
88 +    # As in the show format (format_message_json)\r
89 +    original: message\r
90 +}\r
91 +\r
92 +reply_headers = {\r
93 +    Subject:        string,\r
94 +    From:           string,\r
95 +    To?:            string,\r
96 +    Cc?:            string,\r
97 +    Bcc?:           string,\r
98 +    In-reply-to:    string,\r
99 +    References:     string\r
100 +}\r
101 -- \r
102 1.7.5.4\r
103 \r