Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / 34 / 63065fb57bff7d9a487cf0b9e694f5f206794b
1 Return-Path: <jrollins@finestructure.net>\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 80E30431FC0\r
6         for <notmuch@notmuchmail.org>; Wed, 23 May 2012 11:41:23 -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: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] 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 e6OFEysJMgfh for <notmuch@notmuchmail.org>;\r
16         Wed, 23 May 2012 11:41:23 -0700 (PDT)\r
17 Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
18         [131.215.239.19])\r
19         by olra.theworths.org (Postfix) with ESMTP id 39ABE431FAF\r
20         for <notmuch@notmuchmail.org>; Wed, 23 May 2012 11:41:23 -0700 (PDT)\r
21 Received: from fire-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
22         by fire-doxen-postvirus (Postfix) with ESMTP id F2E4B2E50DD6\r
23         for <notmuch@notmuchmail.org>; Wed, 23 May 2012 11:41:22 -0700 (PDT)\r
24 X-Spam-Scanned: at Caltech-IMSS on fire-doxen by amavisd-new\r
25 Received: from finestructure.net (unknown [137.151.175.56])\r
26         (Authenticated sender: jrollins)\r
27         by fire-doxen-submit (Postfix) with ESMTP id 47EC52E50698\r
28         for <notmuch@notmuchmail.org>; Wed, 23 May 2012 11:41:21 -0700 (PDT)\r
29 Received: by finestructure.net (Postfix, from userid 1000)\r
30         id DE3601E1; Wed, 23 May 2012 11:41:20 -0700 (PDT)\r
31 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 To: Notmuch Mail <notmuch@notmuchmail.org>\r
33 Subject: [PATCH] cli: fix documentation about --decrypt for show\r
34 Date: Wed, 23 May 2012 11:41:20 -0700\r
35 Message-Id: <1337798480-4508-1-git-send-email-jrollins@finestructure.net>\r
36 X-Mailer: git-send-email 1.7.10\r
37 X-BeenThere: notmuch@notmuchmail.org\r
38 X-Mailman-Version: 2.1.13\r
39 Precedence: list\r
40 List-Id: "Use and development of the notmuch mail system."\r
41         <notmuch.notmuchmail.org>\r
42 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
44 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
45 List-Post: <mailto:notmuch@notmuchmail.org>\r
46 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
47 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
49 X-List-Received-Date: Wed, 23 May 2012 18:41:23 -0000\r
50 \r
51 Forgot to mention that it implies --verify.\r
52 ---\r
53  man/man1/notmuch-show.1 |    2 +-\r
54  1 file changed, 1 insertion(+), 1 deletion(-)\r
55 \r
56 diff --git a/man/man1/notmuch-show.1 b/man/man1/notmuch-show.1\r
57 index a7f0792..03a99ea 100644\r
58 --- a/man/man1/notmuch-show.1\r
59 +++ b/man/man1/notmuch-show.1\r
60 @@ -130,7 +130,7 @@ Decrypt any MIME encrypted parts found in the selected content\r
61  (ie. "multipart/encrypted" parts). Status of the decryption will be\r
62  reported (currently only supported with --format=json) and the\r
63  multipart/encrypted part will be replaced by the decrypted\r
64 -content.\r
65 +content.  Implies --verify.\r
66  .RE\r
67  \r
68  .RS 4\r
69 -- \r
70 1.7.10\r
71 \r