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 2FD75431FB6 for ; Sat, 19 May 2012 09:29:07 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.29 X-Spam-Level: X-Spam-Status: No, score=-2.29 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3, T_MIME_NO_TEXT=0.01] 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 t9k5L9L-4fDj for ; Sat, 19 May 2012 09:29:04 -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 A2F6C431FAE for ; Sat, 19 May 2012 09:29:04 -0700 (PDT) Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1]) by earth-doxen-postvirus (Postfix) with ESMTP id 353D766E008D; Sat, 19 May 2012 09:29:04 -0700 (PDT) X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new Received: from finestructure.net (cpe-98-14-81-93.nyc.res.rr.com [98.14.81.93]) (Authenticated sender: jrollins) by earth-doxen-submit (Postfix) with ESMTP id 447EE66E00CB; Sat, 19 May 2012 09:29:01 -0700 (PDT) Received: by finestructure.net (Postfix, from userid 1000) id B9B235D4; Sat, 19 May 2012 09:28:59 -0700 (PDT) From: Jameson Graef Rollins To: Jani Nikula , Notmuch Mail Subject: Re: [PATCH v2 4/5] cli: new crypto verify flag to handle verification In-Reply-To: <878vgoe7i5.fsf@nikula.org> References: <1337362357-31281-1-git-send-email-jrollins@finestructure.net> <1337362357-31281-2-git-send-email-jrollins@finestructure.net> <1337362357-31281-3-git-send-email-jrollins@finestructure.net> <1337362357-31281-4-git-send-email-jrollins@finestructure.net> <1337362357-31281-5-git-send-email-jrollins@finestructure.net> <878vgoe7i5.fsf@nikula.org> User-Agent: Notmuch/0.12+183~g9d5ff3c (http://notmuchmail.org) Emacs/23.4.1 (x86_64-pc-linux-gnu) Date: Sat, 19 May 2012 09:28:57 -0700 Message-ID: <871umg9lti.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: Sat, 19 May 2012 16:29:07 -0000 --=-=-= On Sat, May 19 2012, Jani Nikula wrote: >> + /* decryption implies verification */ >> + if (params.crypto.decrypt) >> + params.crypto.verify = TRUE; > > This does not change existing behaviour, only makes it more obvious > (which is good), but this seems to be missing from the man page. I > presume technically decryption doesn't have to imply verification, but > it's probably a good thing. It should be documented, but does not have > to be a part of this series. Well that's very strange. I was sure I mentioned that in the man page back when I originally added decryption support. But apparently I didn't. I'll submit a separate patch to fix the documentation. jamie. --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQIcBAEBCAAGBQJPt8pJAAoJEO00zqvie6q8mgYP/2OS5xwSFrZ8N2PQ/hMei4Vj rt3k8G7j+tzXe3gQYyTJMDNyYNGH+baGzSb+DtwB8Pb+2IUUsgJWcvfPhBq0igov fQDMO4XHMUoCYyczWTQD4CqTgIvLnrMtmip0PvLIwPir5+rdfD0EWJnQ6xl+Q0C5 4yOQcWiivsR2IYUPc6z8RChoRgmjoChuvIHGylC2FawLXmFiZ1j5l6M20CbrUO71 FgnRVw09kUhiNf3L0dviIeiQJjeFzSKy8G5aiIqlkLpDzDK3mo48UNCGqvVjnJqO HxjfrtqYZgWtPySeDYBWRFh4i2Ft4yueS0rajByfScMem6RsVIkmE71PtHz/Gxan /382kPaG2MahZDArsERT097zhnHRu1swUwJwPfyyM9FPoIaC3YW2rfy2hRHvqu3H w+0Xn4L0tqJEfiCcmLpyY1MX0tB8YUwifFrluZMM4lcmfd1bfCHxRf0N4sX0vIZh 0rxtwbY81GvMUQLufOUP4zxmqn7pTvKGT/Uo8ng1gIoliDRhyNdEcw/MUUAVUwut eUUIG8UbW31Ouq13af2dOU0kiafNtlSHdGOdV56jaA1BYKzMMOUGwa6h2PU2XZ11 kRfqWqaIDGe/dOJISz2cFsUc0D9qx+9K0CPX3KoLP/finZy3ZTioSF6S3jgb91KB i8lWx8R3lPuMG332lHq1 =IgDb -----END PGP SIGNATURE----- --=-=-=--