From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47686 Path: main.gmane.org!not-for-mail From: Matt Armstrong Newsgroups: gmane.emacs.gnus.general Subject: Re: content type: text/html -- but not mime Date: Thu, 14 Nov 2002 10:08:02 -0700 Sender: owner-ding@hpc.uh.edu Message-ID: <87fzu45bbh.fsf@squeaker.lickey.com> References: <878yzzsld9.fsf@emacswiki.org> <87y97xs6fe.fsf@emacswiki.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1037508713 25216 80.91.224.249 (17 Nov 2002 04:51:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 17 Nov 2002 04:51:53 +0000 (UTC) Cc: ding@gnus.org Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18DHPU-0006Ya-00 for ; Sun, 17 Nov 2002 05:51:52 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18DHQT-0003CQ-00; Sat, 16 Nov 2002 22:52:53 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 16 Nov 2002 22:53:40 -0600 (CST) Original-Received: from epithumia.math.uh.edu (epithumia.math.uh.edu [129.7.128.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id WAA20809 for ; Sat, 16 Nov 2002 22:53:31 -0600 (CST) Original-Received: (from tibbs@localhost) by epithumia.math.uh.edu (8.11.2/8.11.1) id gAH4qef11489 for ding@hpc.uh.edu; Sat, 16 Nov 2002 22:52:40 -0600 Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id LAA14632 for ; Thu, 14 Nov 2002 11:09:06 -0600 (CST) Original-Received: (qmail 21375 invoked by alias); 14 Nov 2002 17:08:10 -0000 Original-Received: (qmail 21370 invoked from network); 14 Nov 2002 17:08:10 -0000 Original-Received: from hank.lickey.com (ident-is-dumb@64.81.100.235) by gnus.org with SMTP; 14 Nov 2002 17:08:10 -0000 Original-Received: from squeaker.lickey.com (squeaker.lickey.com [192.168.100.10]) by hank.lickey.com (Postfix) with ESMTP id 6C241EE3F; Thu, 14 Nov 2002 10:08:08 -0700 (MST) Original-Received: from localhost (localhost [127.0.0.1]) by squeaker.lickey.com (Postfix) with ESMTP id E275EC199; Thu, 14 Nov 2002 10:08:06 -0700 (MST) Original-Received: by squeaker.lickey.com (Postfix, from userid 1000) id 5C9D5C193; Thu, 14 Nov 2002 10:08:04 -0700 (MST) Original-To: Alex Schroeder In-Reply-To: <87y97xs6fe.fsf@emacswiki.org> (Alex Schroeder's message of "Wed, 13 Nov 2002 18:52:53 +0100") User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-debian-linux-gnu) X-Virus-Scanned: by AMaViS snapshot-20020300 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47686 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47686 Alex Schroeder writes: > Jinhyok Heo writes: > >> Just try to hit "W h"(Washing html) on you Summary buffer. It'll try >> to render any mail as html. It has been quite useful for me to read a >> email without MIME headers. > > Thanks, that was what I needed. Procmail users can also do this to add a MIME-Version header whenever there is a text/html content type without it. Assuming MIME-Version 1.0 when there is a Content-Type: header is not the way the RFCs work, but it is the way the world works. :0fw * ^Content-Type: text/html * ! ^MIME-Version: | formail -a 'MIME-Version: 1.0'