From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32742 Path: main.gmane.org!not-for-mail From: Vladimir Volovich Newsgroups: gmane.emacs.gnus.general Subject: Re: bug in previewing? Date: 04 Oct 2000 20:09:23 +0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: <200010032259.XAA32465@djlvig.dl.ac.uk> <200010040054.e940suI03406@zsh.2y.net> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035168973 21478 80.91.224.250 (21 Oct 2002 02:56:13 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:56:13 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by mailhost.sclp.com (Postfix) with ESMTP id 12E10D051E for ; Wed, 4 Oct 2000 12:09:55 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id LAC01914; Wed, 4 Oct 2000 11:09:42 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 04 Oct 2000 11:09:03 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id LAA04424 for ; Wed, 4 Oct 2000 11:08:50 -0500 (CDT) Original-Received: from vsu.ru (info.vsu.ru [62.76.169.9]) by mailhost.sclp.com (Postfix) with ESMTP id E53AED051E for ; Wed, 4 Oct 2000 12:09:11 -0400 (EDT) Original-Received: from video.uic.vsu.ru ([62.76.169.38] verified) by vsu.ru (CommuniGate Pro SMTP 3.3.1) with ESMTP id 1924671 for ding@gnus.org; Wed, 04 Oct 2000 20:09:11 +0400 Original-To: ding@gnus.org In-Reply-To: <200010040054.e940suI03406@zsh.2y.net> Original-Lines: 15 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.6 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:32742 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32742 "ZSH" == ShengHuo ZHU writes: ZSH> I installed a patch. Now gnus-mime-inline-part understands ZSH> charset. `C-u i' inherits the old behavior. Actually, it takes ZSH> the same prefix argument as `g' (gnus-summary-show-article). what do you think about making this more generic: `i' should display (inline) the part as if it had content-disposition=inline in the original message (and C-u i should do some `raw' variant). i.e. if some part is text/html with content-disposition=attachment, then inlining it would call w3; it it were a message/rfc822, then `i' would inline a parsed message, etc. Best, v.