From: Jameson Graef Rollins Date: Fri, 1 Mar 2013 16:56:49 +0000 (+1600) Subject: Re: [PATCH] man: show and reply --decrypt option requires gpg-agent X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=138f4fedd2d66dc41b4a583e8bfffc7b19b52d0b;p=notmuch-archives.git Re: [PATCH] man: show and reply --decrypt option requires gpg-agent --- diff --git a/f1/c89f10690fd3b2088401473df8714900f1402c b/f1/c89f10690fd3b2088401473df8714900f1402c new file mode 100644 index 000000000..a1c29049d --- /dev/null +++ b/f1/c89f10690fd3b2088401473df8714900f1402c @@ -0,0 +1,136 @@ +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 B1237431FAF + for ; Fri, 1 Mar 2013 08:56:58 -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 LhPbHpCeRJNC for ; + Fri, 1 Mar 2013 08:56:57 -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 5A56B431FAE + for ; Fri, 1 Mar 2013 08:56:57 -0800 (PST) +Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1]) + by earth-doxen-postvirus (Postfix) with ESMTP id EB2BC66E00F2; + Fri, 1 Mar 2013 08:56:54 -0800 (PST) +X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new +Received: from finestructure.net (cpe-76-166-145-133.socal.res.rr.com + [76.166.145.133]) (Authenticated sender: jrollins) + by earth-doxen-submit (Postfix) with ESMTP id 0287C66E0026; + Fri, 1 Mar 2013 08:56:51 -0800 (PST) +Received: by finestructure.net (Postfix, from userid 1000) + id 63AF461E01; Fri, 1 Mar 2013 08:56:51 -0800 (PST) +From: Jameson Graef Rollins +To: Jani Nikula , notmuch@notmuchmail.org +Subject: Re: [PATCH] man: show and reply --decrypt option requires gpg-agent +In-Reply-To: <1362156206-19481-1-git-send-email-jani@nikula.org> +References: <1361950838-22919-1-git-send-email-jani@nikula.org> + <1362156206-19481-1-git-send-email-jani@nikula.org> +User-Agent: Notmuch/0.15+8~gd4a7374 (http://notmuchmail.org) Emacs/24.2.1 + (x86_64-pc-linux-gnu) +Date: Fri, 01 Mar 2013 08:56:49 -0800 +Message-ID: <87fw0foy7i.fsf@servo.finestructure.net> +MIME-Version: 1.0 +Content-Type: multipart/signed; boundary="=-=-="; + micalg=pgp-sha256; protocol="application/pgp-signature" +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: Fri, 01 Mar 2013 16:56:58 -0000 + +--=-=-= +Content-Type: text/plain +Content-Transfer-Encoding: quoted-printable + +On Fri, Mar 01 2013, Jani Nikula wrote: +> --- +> man/man1/notmuch-reply.1 | 9 ++++++--- +> man/man1/notmuch-show.1 | 9 +++++++-- +> 2 files changed, 13 insertions(+), 5 deletions(-) +> +> diff --git a/man/man1/notmuch-reply.1 b/man/man1/notmuch-reply.1 +> index 454bdee..bf2021f 100644 +> --- a/man/man1/notmuch-reply.1 +> +++ b/man/man1/notmuch-reply.1 +> @@ -89,9 +89,12 @@ user's addresses. +>=20=20 +> 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=3Djson and --format=3Ds= +exp) +> -and the multipart/encrypted part will be replaced by the decrypted +> -content. +> +reported (currently only supported with --format=3Djson and +> +--format=3Dsexp) and on successful decryption the multipart/encrypted +> +part will be replaced by the decrypted content. +> + +> +Decryption expects a functioning \fBgpg-agent\fR(1) to provide any +> +needed credentials. Without one, the decryption will fail. +> .RE +>=20=20 +> See \fBnotmuch-search-terms\fR(7) +> diff --git a/man/man1/notmuch-show.1 b/man/man1/notmuch-show.1 +> index 8be9eae..7697dfc 100644 +> --- a/man/man1/notmuch-show.1 +> +++ b/man/man1/notmuch-show.1 +> @@ -163,8 +163,13 @@ will be replaced by the signed data. +> 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=3Djson and +> ---format=3Dsexp) and the multipart/encrypted part will be replaced +> -by the decrypted content. Implies --verify. +> +--format=3Dsexp) and on successful decryption the multipart/encrypted +> +part will be replaced by the decrypted content. +> + +> +Decryption expects a functioning \fBgpg-agent\fR(1) to provide any +> +needed credentials. Without one, the decryption will fail. +> + +> +Implies --verify. +> .RE +>=20=20 +> .RS 4 +> --=20 +> 1.7.10.4 + +LGTM. + +jamie. + +--=-=-= +Content-Type: application/pgp-signature + +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.12 (GNU/Linux) + +iQIcBAEBCAAGBQJRMN3RAAoJEO00zqvie6q8CMMQAKbIODBPCQUG4X9WPioMQM+R +ItgEvZFRrC/tCOnQM1nhYAfkLG5X7cJ2kHiKdDGY2Df2T3r8g1lgQWSLUSjuU5N3 +eQr8kADb7hSNFfKKH//3hFtGQv42o+SzjC1B0mashoXVefwj9hCHOrGlojibilnJ +3aAqAS3IxY5UBcRy16tp2rAgxRrdiZhFpXMKrSm43VU4yNFG+33HBc+l0ketJv0L +K7lqtc1UmUmTwb4yrgkI/xqklPKFZgLJY+ZOF+N0U6uhN5o6IjNACnZvfkBTEzf8 +J3jdkLXvPJpzcVfprh602OjOUtpWWOxHg8HH4IAnO+mjwzERS+Rvl8VE0PD3M74s +kuNEO9awFgHTHCiSodWkkl2vP39O7b7GmZmMipLHYR7YMEYPLqsf7X5wYhqw2Ucz +ol4DBNmRM8q40dJ9nMm/EoGMUvEIOC1RdetndAV6Ojt2TZg62mqJU/QMhaBL/oav +OfhIw3+yDsKWhHMXoCcBRXqqAqdgNZYV/atQ0S2nVNA92fXqYHWIJb6wfNIEjMNV +cV6h9OZBDTo8e7efBBG8xT/XSfIKL8potAe9vKDhNvdt1oagkyztauBH0Xw8ZOLS +txngEYg27VNkcBuJR24uQBOcp2G83x89E2nI/oW9624NjkpDIQ/uCMHl1Ymjhw6Y +5lY4NR0heb7/fMtXybxH +=Ff1U +-----END PGP SIGNATURE----- +--=-=-=--