[PATCH v7 07/10] man: Add --decrypt to reply flags
authorAdam Wolfe Gordon <awg+notmuch@xvx.ca>
Mon, 12 Mar 2012 04:05:39 +0000 (22:05 +1800)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:45:25 +0000 (09:45 -0800)
13/6c76897571a1a6646f2ef5d170f17040087481 [new file with mode: 0644]

diff --git a/13/6c76897571a1a6646f2ef5d170f17040087481 b/13/6c76897571a1a6646f2ef5d170f17040087481
new file mode 100644 (file)
index 0000000..1d62419
--- /dev/null
@@ -0,0 +1,81 @@
+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 69D80431FDA\r
+       for <notmuch@notmuchmail.org>; Sun, 11 Mar 2012 21:06:06 -0700 (PDT)\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 DkxoomoYR71p for <notmuch@notmuchmail.org>;\r
+       Sun, 11 Mar 2012 21:06:05 -0700 (PDT)\r
+Received: from idcmail-mo2no.shaw.ca (idcmail-mo2no.shaw.ca [64.59.134.9])\r
+       by olra.theworths.org (Postfix) with ESMTP id C4A61431FBC\r
+       for <notmuch@notmuchmail.org>; Sun, 11 Mar 2012 21:06:03 -0700 (PDT)\r
+Received: from lb7f8hsrpno-svcs.dcs.int.inet (HELO pd7ml2no-ssvc.prod.shaw.ca)\r
+       ([10.0.144.222])\r
+       by pd7mo1no-svcs.prod.shaw.ca with ESMTP; 11 Mar 2012 22:06:03 -0600\r
+X-Cloudmark-SP-Filtered: true\r
+X-Cloudmark-SP-Result: v=1.1 cv=GZn8e3lTBEeJrlGK3+GUWyR5aYe1SJcDn5uEERMe9yQ=\r
+       c=1 sm=1\r
+       a=OGXPJriwPRQA:10 a=BLceEmwcHowA:10 a=yQp6g8lIsgqumF79BAsFDg==:17\r
+       a=F2Q6KqCKwiUKKGQy3tkA:9 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117\r
+Received: from unknown (HELO lagos.xvx.ca) ([96.52.216.56])\r
+       by pd7ml2no-dmz.prod.shaw.ca with ESMTP; 11 Mar 2012 22:06:03 -0600\r
+Received: by lagos.xvx.ca (Postfix, from userid 1000)\r
+       id 687498004958; Sun, 11 Mar 2012 22:06:03 -0600 (MDT)\r
+From: Adam Wolfe Gordon <awg+notmuch@xvx.ca>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v7 07/10] man: Add --decrypt to reply flags\r
+Date: Sun, 11 Mar 2012 22:05:39 -0600\r
+Message-Id: <1331525142-30539-8-git-send-email-awg+notmuch@xvx.ca>\r
+X-Mailer: git-send-email 1.7.5.4\r
+In-Reply-To: <1331525142-30539-1-git-send-email-awg+notmuch@xvx.ca>\r
+References: <1331525142-30539-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, 12 Mar 2012 04:06:06 -0000\r
+\r
+---\r
+ man/man1/notmuch-reply.1 |   10 ++++++++++\r
+ 1 files changed, 10 insertions(+), 0 deletions(-)\r
+\r
+diff --git a/man/man1/notmuch-reply.1 b/man/man1/notmuch-reply.1\r
+index 36b60cb..e21559a 100644\r
+--- a/man/man1/notmuch-reply.1\r
++++ b/man/man1/notmuch-reply.1\r
+@@ -68,6 +68,16 @@ values from the first that contains something other than only the\r
+ user's addresses.\r
+ .RE\r
+ .RE\r
++.RS\r
++.TP 4\r
++.B \-\-decrypt\r
++\r
++Decrypt any MIME encrypted parts found in the selected content\r
++(ie. "multipart/encrypted" parts). Status of the decryption will be\r
++reported (currently only supported with --format=json) and the\r
++multipart/encrypted part will be replaced by the decrypted\r
++content.\r
++.RE\r
\r
+ See \fBnotmuch-search-terms\fR(7)\r
+ for details of the supported syntax for <search-terms>.\r
+-- \r
+1.7.5.4\r
+\r