Re: Hi all
[notmuch-archives.git] / 78 / a59c95fb6d90874cadcb18ad701756720faf10
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 ED4F2431FBC\r
6         for <notmuch@notmuchmail.org>; Tue, 13 Mar 2012 21:30:32 -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 jv6c0iUBams1 for <notmuch@notmuchmail.org>;\r
16         Tue, 13 Mar 2012 21:30:32 -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 E6DC6431E64\r
19         for <notmuch@notmuchmail.org>; Tue, 13 Mar 2012 21:30:23 -0700 (PDT)\r
20 Received: from lb7f8hsrpno-svcs.dcs.int.inet (HELO pd6ml1no-ssvc.prod.shaw.ca)\r
21         ([10.0.144.222])\r
22         by pd6mo1no-svcs.prod.shaw.ca with ESMTP; 13 Mar 2012 22:30:21 -0600\r
23 X-Cloudmark-SP-Filtered: true\r
24 X-Cloudmark-SP-Result: v=1.1 cv=Cufqhujp69hR+MhiHu40yK/USb/hlYs0+irVU46A6+k=\r
25         c=1 sm=1\r
26         a=P4Hqyraav6gA:10 a=BLceEmwcHowA:10 a=yQp6g8lIsgqumF79BAsFDg==:17\r
27         a=F2Q6KqCKwiUKKGQy3tkA:9 a=HpAAvcLHHh0Zw7uRqdWCyQ==:117\r
28 Received: from unknown (HELO lagos.xvx.ca) ([96.52.216.56])\r
29         by pd6ml1no-dmz.prod.shaw.ca with ESMTP; 13 Mar 2012 22:30:21 -0600\r
30 Received: by lagos.xvx.ca (Postfix, from userid 1000)\r
31         id F043680001E5; Tue, 13 Mar 2012 22:30:20 -0600 (MDT)\r
32 From: Adam Wolfe Gordon <awg+notmuch@xvx.ca>\r
33 To: notmuch@notmuchmail.org\r
34 Subject: [PATCH v7.1 07/11] man: Add --decrypt to reply flags\r
35 Date: Tue, 13 Mar 2012 22:30:12 -0600\r
36 Message-Id: <1331699416-30775-8-git-send-email-awg+notmuch@xvx.ca>\r
37 X-Mailer: git-send-email 1.7.5.4\r
38 In-Reply-To: <1331699416-30775-1-git-send-email-awg+notmuch@xvx.ca>\r
39 References: <1331525142-30539-1-git-send-email-awg+notmuch@xvx.ca>\r
40         <1331699416-30775-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: Wed, 14 Mar 2012 04:30:33 -0000\r
54 \r
55 ---\r
56  man/man1/notmuch-reply.1 |   10 ++++++++++\r
57  1 files changed, 10 insertions(+), 0 deletions(-)\r
58 \r
59 diff --git a/man/man1/notmuch-reply.1 b/man/man1/notmuch-reply.1\r
60 index debc505..d9912c4 100644\r
61 --- a/man/man1/notmuch-reply.1\r
62 +++ b/man/man1/notmuch-reply.1\r
63 @@ -68,6 +68,16 @@ values from the first that contains something other than only the\r
64  user's addresses.\r
65  .RE\r
66  .RE\r
67 +.RS\r
68 +.TP 4\r
69 +.B \-\-decrypt\r
70 +\r
71 +Decrypt any MIME encrypted parts found in the selected content\r
72 +(ie. "multipart/encrypted" parts). Status of the decryption will be\r
73 +reported (currently only supported with --format=json) and the\r
74 +multipart/encrypted part will be replaced by the decrypted\r
75 +content.\r
76 +.RE\r
77  \r
78  See \fBnotmuch-search-terms\fR(7)\r
79  for details of the supported syntax for <search-terms>.\r
80 -- \r
81 1.7.5.4\r
82 \r