Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 80E30431FC0 for ; Wed, 23 May 2012 11:41:23 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.3 X-Spam-Level: X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id e6OFEysJMgfh for ; Wed, 23 May 2012 11:41:23 -0700 (PDT) Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu [131.215.239.19]) by olra.theworths.org (Postfix) with ESMTP id 39ABE431FAF for ; Wed, 23 May 2012 11:41:23 -0700 (PDT) Received: from fire-doxen.imss.caltech.edu (localhost [127.0.0.1]) by fire-doxen-postvirus (Postfix) with ESMTP id F2E4B2E50DD6 for ; Wed, 23 May 2012 11:41:22 -0700 (PDT) X-Spam-Scanned: at Caltech-IMSS on fire-doxen by amavisd-new Received: from finestructure.net (unknown [137.151.175.56]) (Authenticated sender: jrollins) by fire-doxen-submit (Postfix) with ESMTP id 47EC52E50698 for ; Wed, 23 May 2012 11:41:21 -0700 (PDT) Received: by finestructure.net (Postfix, from userid 1000) id DE3601E1; Wed, 23 May 2012 11:41:20 -0700 (PDT) From: Jameson Graef Rollins To: Notmuch Mail Subject: [PATCH] cli: fix documentation about --decrypt for show Date: Wed, 23 May 2012 11:41:20 -0700 Message-Id: <1337798480-4508-1-git-send-email-jrollins@finestructure.net> X-Mailer: git-send-email 1.7.10 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 May 2012 18:41:23 -0000 Forgot to mention that it implies --verify. --- man/man1/notmuch-show.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/man1/notmuch-show.1 b/man/man1/notmuch-show.1 index a7f0792..03a99ea 100644 --- a/man/man1/notmuch-show.1 +++ b/man/man1/notmuch-show.1 @@ -130,7 +130,7 @@ Decrypt any MIME encrypted parts found in the selected content (ie. "multipart/encrypted" parts). Status of the decryption will be reported (currently only supported with --format=json) and the multipart/encrypted part will be replaced by the decrypted -content. +content. Implies --verify. .RE .RS 4 -- 1.7.10