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 025A4429E37 for ; Sun, 13 Nov 2011 11:15:37 -0800 (PST) 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 lXWDg4BHjHaP for ; Sun, 13 Nov 2011 11:15:34 -0800 (PST) Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu [131.215.239.19]) by olra.theworths.org (Postfix) with ESMTP id BEF07429E28 for ; Sun, 13 Nov 2011 11:15:32 -0800 (PST) Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1]) by earth-doxen-postvirus (Postfix) with ESMTP id 70C7966E0105 for ; Sun, 13 Nov 2011 11:15:30 -0800 (PST) X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new Received: from finestructure.net (cpe-76-174-136-149.socal.res.rr.com [76.174.136.149]) (Authenticated sender: jrollins) by earth-doxen-submit (Postfix) with ESMTP id A4E4866E0107 for ; Sun, 13 Nov 2011 11:15:28 -0800 (PST) Received: by finestructure.net (Postfix, from userid 1000) id 41025275; Sun, 13 Nov 2011 11:15:28 -0800 (PST) From: Jameson Graef Rollins To: Notmuch Mail Subject: [PATCH 1/2] emacs: add documentation for notmuch-show crypto-switch option Date: Sun, 13 Nov 2011 11:15:20 -0800 Message-Id: <1321211721-7608-2-git-send-email-jrollins@finestructure.net> X-Mailer: git-send-email 1.7.7.1 In-Reply-To: <1321211721-7608-1-git-send-email-jrollins@finestructure.net> References: <87ipmo69hi.fsf@zancas.localnet> <1321211721-7608-1-git-send-email-jrollins@finestructure.net> 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: Sun, 13 Nov 2011 19:15:37 -0000 --- emacs/notmuch-show.el | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index d395d87..95af32a 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -824,7 +824,11 @@ non-nil. The optional BUFFER-NAME provides the name of the buffer in which the message thread is shown. If it is nil (which occurs when the command is called interactively) the argument to the -function is used. " +function is used. + +The optional CRYPTO-SWITCH toggles the value of the +notmuch-crypto-process-mime customization variable for this show +buffer." (interactive "sNotmuch show: ") (let* ((buffer-name (generate-new-buffer-name (or buffer-name -- 1.7.7.1