[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / 68 / c1c40ee1c5a9a5af9eec981dce98bb5294e154
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 B93B1431FBD\r
6         for <notmuch@notmuchmail.org>; Tue, 21 Feb 2012 22:46:50 -0800 (PST)\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 3H1qPEmYVCHK for <notmuch@notmuchmail.org>;\r
16         Tue, 21 Feb 2012 22:46:49 -0800 (PST)\r
17 Received: from idcmail-mo1so.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10])\r
18         by olra.theworths.org (Postfix) with ESMTP id 45B92431FCB\r
19         for <notmuch@notmuchmail.org>; Tue, 21 Feb 2012 22:46:46 -0800 (PST)\r
20 Received: from pd3ml3so-ssvc.prod.shaw.ca ([10.0.141.149])\r
21         by pd3mo1so-svcs.prod.shaw.ca with ESMTP; 21 Feb 2012 23:46:45 -0700\r
22 X-Cloudmark-SP-Filtered: true\r
23 X-Cloudmark-SP-Result: v=1.1 cv=zk9oM8twhc3i0pWciPL6Xc/pqaeDF/K3qFEQp81fRTo=\r
24         c=1 sm=1\r
25         a=Z2RR-X4OboUA:10 a=BLceEmwcHowA:10 a=yQp6g8lIsgqumF79BAsFDg==:17\r
26         a=Vf0WDs_c2LiM-L8z1FwA:9 a=DBDTkt56giqE7wAD8JsA:7\r
27         a=HpAAvcLHHh0Zw7uRqdWCyQ==:117\r
28 Received: from unknown (HELO lagos.xvx.ca) ([96.52.216.56])\r
29         by pd3ml3so-dmz.prod.shaw.ca with ESMTP; 21 Feb 2012 23:46:45 -0700\r
30 Received: by lagos.xvx.ca (Postfix, from userid 1000)\r
31         id E82F18095C50; Tue, 21 Feb 2012 23:46:44 -0700 (MST)\r
32 From: Adam Wolfe Gordon <awg+notmuch@xvx.ca>\r
33 To: notmuch@notmuchmail.org\r
34 Subject: [PATCH v6 07/10] man: Update notmuch-reply man page for JSON format.\r
35 Date: Tue, 21 Feb 2012 23:46:36 -0700\r
36 Message-Id: <1329893199-21630-8-git-send-email-awg+notmuch@xvx.ca>\r
37 X-Mailer: git-send-email 1.7.5.4\r
38 In-Reply-To: <1329893199-21630-1-git-send-email-awg+notmuch@xvx.ca>\r
39 References: <1329893199-21630-1-git-send-email-awg+notmuch@xvx.ca>\r
40 X-BeenThere: notmuch@notmuchmail.org\r
41 X-Mailman-Version: 2.1.13\r
42 Precedence: list\r
43 List-Id: "Use and development of the notmuch mail system."\r
44         <notmuch.notmuchmail.org>\r
45 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
47 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
48 List-Post: <mailto:notmuch@notmuchmail.org>\r
49 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
50 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
52 X-List-Received-Date: Wed, 22 Feb 2012 06:46:51 -0000\r
53 \r
54 ---\r
55  man/man1/notmuch-reply.1 |    5 +++++\r
56  1 files changed, 5 insertions(+), 0 deletions(-)\r
57 \r
58 diff --git a/man/man1/notmuch-reply.1 b/man/man1/notmuch-reply.1\r
59 index 5160ece..307abee 100644\r
60 --- a/man/man1/notmuch-reply.1\r
61 +++ b/man/man1/notmuch-reply.1\r
62 @@ -43,6 +43,11 @@ include\r
63  .BR default\r
64  Includes subject and quoted message body.\r
65  .TP\r
66 +.BR json\r
67 +Produces JSON output containing headers for a reply message and the\r
68 +contents of the original message. This output can be used by a client\r
69 +to create a reply message intelligently.\r
70 +.TP\r
71  .BR headers\-only\r
72  Only produces In\-Reply\-To, References, To, Cc, and Bcc headers.\r
73  .RE\r
74 -- \r
75 1.7.5.4\r
76 \r