From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/25377 Path: main.gmane.org!not-for-mail From: Shenghuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: charset=X-UNKNOWN Date: 25 Sep 1999 18:53:26 -0400 Organization: U of Rochester Sender: owner-ding@hpc.uh.edu Message-ID: <5br9jmli1l.fsf@giga.cs.rochester.edu> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035162772 13634 80.91.224.250 (21 Oct 2002 01:12:52 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:12:52 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id XAA18240 for ; Sat, 25 Sep 1999 23:22:23 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id WAB22304; Sat, 25 Sep 1999 22:22:11 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 25 Sep 1999 22:22:21 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id WAA26865 for ; Sat, 25 Sep 1999 22:22:11 -0500 (CDT) Original-Received: from cayuga.cs.rochester.edu (cayuga.cs.rochester.edu [192.5.53.209]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id XAA18022 for ; Sat, 25 Sep 1999 23:20:07 -0400 (EDT) Original-Received: from giga.cs.rochester.edu (giga.cs.rochester.edu [192.5.53.186]) by cayuga.cs.rochester.edu (8.9.3/Q) with ESMTP id SAA24525 for ; Sat, 25 Sep 1999 18:53:28 -0400 (EDT) Original-Received: (from zsh@localhost) by giga.cs.rochester.edu (8.9.1b+Sun/Q++) id SAA19321; Sat, 25 Sep 1999 18:53:27 -0400 (EDT) Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q In-Reply-To: Lars Magne Ingebrigtsen's message of "25 Sep 1999 11:40:49 +0200" Original-Lines: 26 User-Agent: Gnus/5.070096 (Pterodactyl Gnus v0.96) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:25377 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:25377 >>>>> "LMI" == Lars Magne Ingebrigtsen writes: LMI> Karl Eichwalder writes: >> Pine users have the habit to send messages with such header lines: >> >> MIME-Version: 1.0 >> Content-Type: text/plain; charset=X-UNKNOWN >> Content-Transfer-Encoding: quoted-printable >> >> But if you've a cloaser look at the message body, you'll notice that the >> mail actually is written as: >> >> MIME-Version: 1.0 >> Content-Type: text/plain; charset=iso-8859-1 LMI> You could define "x-unknown" as a synonym for "iso-8859-1" in LMI> `mm-charset-synonym-alist'. It would be better to put 'x-unknown in `gnus-newsgroup-ignored-charsets'. Let Gnus "guess" the actual charset. (setq gnus-newsgroup-ignored-charsets (cons 'x-unknown gnus-newsgroup-ignored-charsets)) -- Shenghuo ZHU