[PATCH v2 3/4] man: Update notmuch-reply man page for JSON format.
authorAdam Wolfe Gordon <awg+notmuch@xvx.ca>
Mon, 16 Jan 2012 18:13:22 +0000 (11:13 +1700)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:42:18 +0000 (09:42 -0800)
78/04b9da334ef29f2d023196bd3758323a32b997 [new file with mode: 0644]

diff --git a/78/04b9da334ef29f2d023196bd3758323a32b997 b/78/04b9da334ef29f2d023196bd3758323a32b997
new file mode 100644 (file)
index 0000000..9f019df
--- /dev/null
@@ -0,0 +1,76 @@
+Return-Path: <awg@lagos.xvx.ca>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 1EF53429E38\r
+       for <notmuch@notmuchmail.org>; Mon, 16 Jan 2012 10:13:58 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_NONE=-0.0001] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id 3kp9GWzAzeCH for <notmuch@notmuchmail.org>;\r
+       Mon, 16 Jan 2012 10:13:57 -0800 (PST)\r
+Received: from idcmail-mo1so.shaw.ca (idcmail-mo1so.shaw.ca [24.71.223.10])\r
+       by olra.theworths.org (Postfix) with ESMTP id B921A429E26\r
+       for <notmuch@notmuchmail.org>; Mon, 16 Jan 2012 10:13:54 -0800 (PST)\r
+Received: from pd2ml1so-ssvc.prod.shaw.ca ([10.0.141.139])\r
+       by pd3mo1so-svcs.prod.shaw.ca with ESMTP; 16 Jan 2012 11:13:53 -0700\r
+X-Cloudmark-SP-Filtered: true\r
+X-Cloudmark-SP-Result: v=1.1 cv=2TvZ7eE48NdEYeaL5Xf58dNzJU178UzT+2lxUZ5Mhss=\r
+       c=1 sm=1\r
+       a=huayBMLJpSkA:10 a=BLceEmwcHowA:10 a=yQp6g8lIsgqumF79BAsFDg==:17\r
+       a=Vf0WDs_c2LiM-L8z1FwA:9 a=NgLRwa2rUmHkJbC4mrkA:7\r
+       a=HpAAvcLHHh0Zw7uRqdWCyQ==:117\r
+Received: from unknown (HELO lagos.xvx.ca) ([96.52.216.56])\r
+       by pd2ml1so-dmz.prod.shaw.ca with ESMTP; 16 Jan 2012 11:13:52 -0700\r
+Received: by lagos.xvx.ca (Postfix, from userid 1000)\r
+       id E251E8004208; Mon, 16 Jan 2012 11:13:52 -0700 (MST)\r
+From: Adam Wolfe Gordon <awg+notmuch@xvx.ca>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v2 3/4] man: Update notmuch-reply man page for JSON format.\r
+Date: Mon, 16 Jan 2012 11:13:22 -0700\r
+Message-Id: <1326737603-21166-4-git-send-email-awg+notmuch@xvx.ca>\r
+X-Mailer: git-send-email 1.7.5.4\r
+In-Reply-To: <1326737603-21166-1-git-send-email-awg+notmuch@xvx.ca>\r
+References: <1326737603-21166-1-git-send-email-awg+notmuch@xvx.ca>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Mon, 16 Jan 2012 18:13:58 -0000\r
+\r
+---\r
+ man/man1/notmuch-reply.1 |    5 +++++\r
+ 1 files changed, 5 insertions(+), 0 deletions(-)\r
+\r
+diff --git a/man/man1/notmuch-reply.1 b/man/man1/notmuch-reply.1\r
+index 5160ece..ea7f87b 100644\r
+--- a/man/man1/notmuch-reply.1\r
++++ b/man/man1/notmuch-reply.1\r
+@@ -43,6 +43,11 @@ include\r
+ .BR default\r
+ Includes subject and quoted message body.\r
+ .TP\r
++.BR json\r
++Produces JSON output containing headers for a reply message and the\r
++headers and text parts of the original message. This output can be used\r
++by a client to create a reply message intelligently.\r
++.TP\r
+ .BR headers\-only\r
+ Only produces In\-Reply\-To, References, To, Cc, and Bcc headers.\r
+ .RE\r
+-- \r
+1.7.5.4\r
+\r