Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / c7 / 96e22b6724ee8e199164a210558e606db7b6be
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 DE8D240A60B\r
6         for <notmuch@notmuchmail.org>; Sat,  7 Jan 2012 23:53:11 -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 ZMgBI9pwH0BJ for <notmuch@notmuchmail.org>;\r
16         Sat,  7 Jan 2012 23:53:10 -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 BF56040EF33\r
19         for <notmuch@notmuchmail.org>; Sat,  7 Jan 2012 23:53:10 -0800 (PST)\r
20 Received: from pd4ml1so-ssvc.prod.shaw.ca ([10.0.141.141])\r
21         by pd2mo1so-svcs.prod.shaw.ca with ESMTP; 08 Jan 2012 00:53:09 -0700\r
22 X-Cloudmark-SP-Filtered: true\r
23 X-Cloudmark-SP-Result: v=1.1 cv=zu4PKjlF+9DoPrG/TPTQ4CC8dREy1gI1uGhqrRhVwqE=\r
24         c=1 sm=1\r
25         a=V6dPiOFQJGgA:10 a=BLceEmwcHowA:10 a=yQp6g8lIsgqumF79BAsFDg==:17\r
26         a=wbCtoYQhRKjjVWKuxYcA:9 a=bJfK5qm4iOil869SY4cA:7\r
27         a=HpAAvcLHHh0Zw7uRqdWCyQ==:117\r
28 Received: from unknown (HELO lagos.xvx.ca) ([96.52.216.56])\r
29         by pd4ml1so-dmz.prod.shaw.ca with ESMTP; 08 Jan 2012 00:53:09 -0700\r
30 Received: by lagos.xvx.ca (Postfix, from userid 1000)\r
31         id B68748004202; Sun,  8 Jan 2012 00:53:09 -0700 (MST)\r
32 From: Adam Wolfe Gordon <awg+notmuch@xvx.ca>\r
33 To: notmuch@notmuchmail.org,\r
34         awg@xvx.ca\r
35 Subject: [PATCH 3/4] man: Update notmuch-reply man page for JSON format.\r
36 Date: Sun,  8 Jan 2012 00:52:41 -0700\r
37 Message-Id: <1326009162-19524-4-git-send-email-awg+notmuch@xvx.ca>\r
38 X-Mailer: git-send-email 1.7.5.4\r
39 In-Reply-To: <1326009162-19524-1-git-send-email-awg+notmuch@xvx.ca>\r
40 References: <1326009162-19524-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: Sun, 08 Jan 2012 07:53:12 -0000\r
54 \r
55 From: Adam Wolfe Gordon <awg@xvx.ca>\r
56 \r
57 ---\r
58  man/man1/notmuch-reply.1 |    5 +++++\r
59  1 files changed, 5 insertions(+), 0 deletions(-)\r
60 \r
61 diff --git a/man/man1/notmuch-reply.1 b/man/man1/notmuch-reply.1\r
62 index 099d808..240dfed 100644\r
63 --- a/man/man1/notmuch-reply.1\r
64 +++ b/man/man1/notmuch-reply.1\r
65 @@ -41,6 +41,11 @@ include\r
66  .BR default\r
67  Includes subject and quoted message body.\r
68  .TP\r
69 +.BR json\r
70 +Produces JSON output containing headers for a reply message and the\r
71 +headers and text parts of the original message. This output can be used\r
72 +by a client to create a reply message intelligently.\r
73 +.TP\r
74  .BR headers\-only\r
75  Only produces In\-Reply\-To, References, To, Cc, and Bcc headers.\r
76  .RE\r
77 -- \r
78 1.7.5.4\r
79 \r