From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82750 Path: news.gmane.org!not-for-mail From: Daiki Ueno Newsgroups: gmane.emacs.gnus.general Subject: Re: Displaying picture from PGP key if present? Date: Wed, 26 Dec 2012 13:22:15 +0900 Message-ID: References: <87ehirwgjq.fsf@topper.koldfront.dk> <87ip7quzk3.fsf@gnus.org> <87mwx2s62p.fsf@topper.koldfront.dk> <87vcbqtk8q.fsf@gnus.org> <87ip7qs5fm.fsf@topper.koldfront.dk> <878v8mtjbg.fsf@gnus.org> <874njas1yf.fsf@topper.koldfront.dk> <87623qb5vl.fsf@gnus.org> <87sj6t7oe5.fsf@topper.koldfront.dk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1356548970 5230 80.91.229.3 (26 Dec 2012 19:09:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Dec 2012 19:09:30 +0000 (UTC) Cc: ding@gnus.org To: asjo@koldfront.dk (Adam =?utf-8?Q?Sj=C3=B8gren?=) Original-X-From: ding-owner+M31016@lists.math.uh.edu Wed Dec 26 20:09:45 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TnwML-0000Ac-Cm for ding-account@gmane.org; Wed, 26 Dec 2012 20:09:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1TnwLc-0006s5-6v; Wed, 26 Dec 2012 13:09:00 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1TniVf-0002tO-Tk for ding@lists.math.uh.edu; Tue, 25 Dec 2012 22:22:27 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1TniVe-0001EG-6z for ding@lists.math.uh.edu; Tue, 25 Dec 2012 22:22:27 -0600 Original-Received: from fencepost.gnu.org ([208.118.235.10] ident=Debian-exim) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1TniVc-0005Nf-Ig for ding@gnus.org; Wed, 26 Dec 2012 05:22:24 +0100 Original-Received: from [2001:e41:db5e:fb14::1] (port=40554 helo=localhost.localdomain) by fencepost.gnu.org with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1TniVZ-0003Ru-TO; Tue, 25 Dec 2012 23:22:22 -0500 In-Reply-To: <87sj6t7oe5.fsf@topper.koldfront.dk> ("Adam \=\?utf-8\?Q\?Sj\?\= \=\?utf-8\?Q\?\=C3\=B8gren\=22's\?\= message of "Tue, 25 Dec 2012 23:33:38 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Spam-Score: -7.9 (-------) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82750 Archived-At: asjo@koldfront.dk (Adam Sj=C3=B8gren) writes: > Show image from PGP key, if present, in signatures. Thanks for the patch and sorry for not reacting earlier. > * epg.el (epg-signature-to-string): use new functions > epg-key-image, epg-key-image-to-string to find and display > image from key. I moved the code to mml2015.el (sorry!), as I think epg.el is not the right place to accommodate display related code. I agree that epg-key-image is generally useful, but if it is implemented in epg.el, it should be ideally implemented in more gpg-integrated way e.g. using --attribute-fd of gpg, etc. Regards, --=20 Daiki Ueno