From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Teemu Likonen Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] MML/EPG: Add support for GnuPG's --sender option Date: Fri, 26 Jul 2019 09:51:20 +0300 Message-ID: <87ftmtwaon.fsf@iki.fi> References: <87v9w7zbmh.fsf@iki.fi> <83v9vpmh57.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="195750"; mail-complaints-to="usenet@blaine.gmane.org" Cc: simon@josefsson.org, ueno@unixuser.org, emacs-devel@gnu.org To: Eli Zaretskii , larsi@gnus.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 26 08:51:49 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hqu4w-000onP-Py for ged-emacs-devel@m.gmane.org; Fri, 26 Jul 2019 08:51:46 +0200 Original-Received: from localhost ([::1]:36846 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hqu4v-0004F8-RD for ged-emacs-devel@m.gmane.org; Fri, 26 Jul 2019 02:51:45 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:45673) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hqu4n-0004Ed-RF for emacs-devel@gnu.org; Fri, 26 Jul 2019 02:51:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hqu4l-00053w-LT for emacs-devel@gnu.org; Fri, 26 Jul 2019 02:51:36 -0400 Original-Received: from mail.kapsi.fi ([2001:67c:1be8::25]:57293) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hqu4l-0004gh-0h; Fri, 26 Jul 2019 02:51:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=kapsi.fi; s=20161220; h=Content-Type:MIME-Version:Message-ID:Date:References: In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=fUK1nHnVMw1I7w+nKttwskCPbLcpjnlnA2/CUccagXg=; b=Ug1nnF1hCfLf7X0eRP09+8RlrV p7XUhtSffnG55sTMW7ISeVGMsEi1SL1xkr/BRoQmFdb/7UjaizuFpiBh8HoV+zI4S3Qtsv5YNpfDv 7tGLf2JQUC14PUdhV/Q9a0d2WFpUdLv/VNcXIwVfmjiNKIEBvp2LpCFf/MNBgGi+WSL2nGfKxJ8Fm TDLs+tuYUpTtQJWgr+Hk6BGcnC8aQlWcIwvoAvnSxEbWK5h8pcmDVYhRZ5kCy+wUpJwEQR4zSsO0P DddSZA3P0m8hNK4SHitZt4jQkDMWprs783W+JlZTRQ0x7Ytbhhnqn29ImaLXKRO9IJ02dgtrKL0oS QnD2gHyg==; Original-Received: from mobile-access-bceec8-87.dhcp.inet.fi ([188.238.200.87] helo=mithlond) by mail.kapsi.fi with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hqu4d-0001Qx-7A; Fri, 26 Jul 2019 09:51:27 +0300 In-Reply-To: <83v9vpmh57.fsf@gnu.org> X-SA-Exim-Connect-IP: 188.238.200.87 X-SA-Exim-Mail-From: tlikonen@iki.fi X-SA-Exim-Scanned: No (on mail.kapsi.fi); SAEximRunCond expanded to false X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2001:67c:1be8::25 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:238911 Archived-At: --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Eli Zaretskii [2019-07-26T09:41:56+03] wrote: > Lars, any comments? Should I go ahead and push this? Already pushed (and thanks him for that): commit 74579d3d2bb82f300a6f2d81b7b559f0a24061db Author: Teemu Likonen AuthorDate: 2019-07-13 02:12:58 +0200 Commit: Lars Ingebrigtsen CommitDate: 2019-07-13 02:13:40 +0200 Use the gpg --sender option =20=20=20=20 * lisp/epg.el (epg-start-encrypt) * lisp/gnus/mml-sec.el (mml-secure-epg-encrypt): When 'mml-secure-openpgp-sign-with-sender' is non-nil message sender's email address (in addition to its old behaviour) will also be used to set gpg's "--sender email@domain" option. =2D-=20 /// OpenPGP key: 4E1055DC84E9DFF613D78557719D69D324539450 // https://keys.openpgp.org/search?q=3Dtlikonen@iki.fi / https://keybase.io/tlikonen https://github.com/tlikonen --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFEBAEBCAAuFiEEkhZiiC54Bnj5a16Skzo1BB5+rVEFAl06ougQHHRsaWtvbmVu QGlraS5maQAKCRCTOjUEHn6tUbknB/4rQJbvDGjJqwXq3r0+G5qGGdZwRsoSTOtK GGQfSo0o61xB7omEXLO9S7mbB8IoBecQGqtR9BOU0Oi0cnpdPl/r4y6vS8MYxa9Q nWn7eQ8cHz9y1VClyqfIEzy5ovs68DRMepWDpzM4Lu5BSojRxneh2Oq15Yxi3EhR pAKKeheaYzGCkd1w7623EjawnzYDHQjdPFbhzBSXv4vMRlEW85AgLVprb14SDOtG fnMf4fHY5ye4SvZoPVp/a9IvGkXL2+IR22lYKc1/PwD8ZolBGiofZaTlvMfNvgM+ 9fGsvMqsg0u1uiWmh7ATt42qOoqIVmOVTDi2JANk3g8fMWoRka0D =/t1X -----END PGP SIGNATURE----- --=-=-=--