From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29457 Path: main.gmane.org!not-for-mail From: Karl Kleinpaste Newsgroups: gmane.emacs.gnus.general Subject: Re: Automatically display MIME-images? Date: 08 Mar 2000 07:39:51 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035166124 2847 80.91.224.250 (21 Oct 2002 02:08:44 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:08:44 +0000 (UTC) Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id 9D756D051E for ; Wed, 8 Mar 2000 07:40:37 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id GAB06851; Wed, 8 Mar 2000 06:40:31 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 08 Mar 2000 06:39:51 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id GAA05729 for ; Wed, 8 Mar 2000 06:39:40 -0600 (CST) Original-Received: from beaver.jprc.com (BEAVER.JPRC.COM [207.86.147.217]) by mailhost.sclp.com (Postfix) with ESMTP id 834AED051E for ; Wed, 8 Mar 2000 07:39:50 -0500 (EST) Original-Received: (from karl@localhost) by beaver.jprc.com (8.9.3/8.9.3) id HAA02274; Wed, 8 Mar 2000 07:39:51 -0500 Original-To: ding@gnus.org X-Face: "5(T0tZd{6}pd~YzBG8O/*EW,.]6]@`m^e;fv65W^Y&=d"M\1H}>T~4_.kcDD.O~y3k)a6h R;Nmi>9|>Nm${2IpM0^RcUEa\jcq?KOP)C&~x51l~zCHTulL^_T|u0I^kB'z@]{`2YjQu In-Reply-To: Jonas Steverud's message of "08 Mar 2000 13:05:37 +0100" Original-Lines: 12 User-Agent: Gnus/5.0804 (Gnus v5.8.4) XEmacs/21.2 (Iris) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:29457 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29457 Jonas Steverud writes: > I read clari.editorial.cartoons.* where the article is one gif-image > that are encoded as MIME. With 5.6.45 and WM Gnus showed the image as > soon as I opened the article. I would like to have that behaviour > again in 5.8.3. Any ideas how to archive this? I don't like to have to > press "n" for next article, switch to the *Article* buffer, and press > RET on the MIME button (or using "n b"). clari.* cartoons are always "Content-Disposition: inline" which means they should display immediately. The only reason why they wouldn't is if your XEmacs window is too small to show the image, based on the function mm-image-fit-p in mm-decode.el.