From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/38407 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Patch for gnus.texi Date: Wed, 29 Aug 2001 17:23:54 +0200 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 1035174275 22247 80.91.224.250 (21 Oct 2002 04:24:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:24:35 +0000 (UTC) Cc: ding@gnus.org Return-Path: Return-Path: Original-Received: (qmail 5047 invoked from network); 29 Aug 2001 15:24:28 -0000 Original-Received: from dolk.extundo.com (195.42.214.242) by gnus.org with SMTP; 29 Aug 2001 15:24:28 -0000 Original-Received: from barbar.josefsson.org (slipsten.extundo.com [195.42.214.241]) (authenticated) by dolk.extundo.com (8.11.6/8.11.6) with ESMTP id f7TFOWh22925; Wed, 29 Aug 2001 17:24:32 +0200 Original-To: Anders Jackson In-Reply-To: (Anders Jackson's message of "29 Aug 2001 16:15:03 +0200") Mail-Copies-To: nobody User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.104 Original-Lines: 10 Xref: main.gmane.org gmane.emacs.gnus.general:38407 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:38407 Anders Jackson writes: >> Elements that look like @code{(ignored-charsets x-known iso-8859-1)} >> will make @code{iso-8859-1} and @code{x-unknown} ignored; that is, the >> default charset will be used for decoding articles. > > Shouldn't it be x-unknown or x-known in both places. As it is now, > it's x-known in the group parameter and x-known in the text. I think it should be x-unknown, committed. Thanks.