From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/83318 Path: news.gmane.org!not-for-mail From: Daiki Ueno Newsgroups: gmane.emacs.gnus.general Subject: Re: [PATCH] mml2015.el: Limit the size of key images inserted into articles Date: Fri, 14 Jun 2013 12:06:16 +0900 Message-ID: References: <1371116871-27612-1-git-send-email-dme@dme.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1371179317 22078 80.91.229.3 (14 Jun 2013 03:08:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Jun 2013 03:08:37 +0000 (UTC) Cc: ding@gnus.org To: David Edmondson Original-X-From: ding-owner+M31584@lists.math.uh.edu Fri Jun 14 05:08:36 2013 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 1UnKNQ-00006B-BD for ding-account@gmane.org; Fri, 14 Jun 2013 05:08:36 +0200 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 1UnKLJ-0000c5-PX; Thu, 13 Jun 2013 22:06:25 -0500 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 1UnKLI-0000bs-Kv for ding@lists.math.uh.edu; Thu, 13 Jun 2013 22:06:24 -0500 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 1UnKLH-0003tR-NO for ding@lists.math.uh.edu; Thu, 13 Jun 2013 22:06:24 -0500 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 1UnKLF-0007uU-KQ for ding@gnus.org; Fri, 14 Jun 2013 05:06:21 +0200 Original-Received: from [2001:e41:db5e:fb14::1] (port=39440 helo=localhost.localdomain) by fencepost.gnu.org with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1UnKLD-0000Kx-QA; Thu, 13 Jun 2013 23:06:20 -0400 In-Reply-To: <1371116871-27612-1-git-send-email-dme@dme.org> (David Edmondson's message of "Thu, 13 Jun 2013 10:47:51 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Spam-Score: -8.3 (--------) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:83318 Archived-At: David Edmondson writes: > * Add `mml2015-maximum-key-image-dimension', which specifies a limit > on the width or height of any key images that are inserted into the > article buffer. > --- > lisp/mml2015.el | 12 +++++++++++- > 1 file changed, 11 insertions(+), 1 deletion(-) Thanks, looks good; applied (after wrapping a wrong line). Regards, -- Daiki Ueno