From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/51053 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Bug in `article-decode-group-name' Date: Fri, 28 Mar 2003 00:13:14 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1048806843 13508 80.91.224.249 (27 Mar 2003 23:14:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 27 Mar 2003 23:14:03 +0000 (UTC) Original-X-From: owner-ding@hpc.uh.edu Fri Mar 28 00:14:01 2003 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 18ygZM-0003VJ-00 for ; Fri, 28 Mar 2003 00:14:01 +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 18ygYy-0006Mz-00; Thu, 27 Mar 2003 17:13:36 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 27 Mar 2003 17:14:39 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id RAA03197 for ; Thu, 27 Mar 2003 17:14:27 -0600 (CST) Original-Received: (qmail 44514 invoked by alias); 27 Mar 2003 23:13:20 -0000 Original-Received: (qmail 44509 invoked from network); 27 Mar 2003 23:13:19 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by 66.230.238.6 with SMTP; 27 Mar 2003 23:13:19 -0000 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.8/8.12.8) with ESMTP id h2RNDErk016332 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Fri, 28 Mar 2003 00:13:15 +0100 Original-To: ding@gnus.org Mail-Copies-To: nobody X-Payment: hashcash 1.2 0:030327:ding@gnus.org:a89c5d546a7b0c38 X-Hashcash: 0:030327:ding@gnus.org:a89c5d546a7b0c38 In-Reply-To: (sigurd@12move.de's message of "Thu, 27 Mar 2003 19:58:54 +0100") User-Agent: Gnus/5.090017 (Oort Gnus v0.17) Emacs/21.3.50 (gnu/linux) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:51053 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:51053 sigurd@12move.de (Karl Pflästerer) writes: > Hi, > the patch > ,---- > | 2003-03-21 Simon Josefsson > | > | * gnus-art.el (article-decode-group-name): Replace Newsgroups and > | Followup-To data inline. > `---- > for that function introduced a bug. A Followup-To header line shows the > same value as the Newsgroup header line. If you view the article in raw > mode than all's right. I believe this was fixed earlier today. Can you update from CVS and try again?