From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/52058 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: message-forward-subject-name-subject sensitive to non-ascii Date: Thu, 01 May 2003 14:29:00 +0200 Organization: http://purl.org/harder/ Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1051792182 24910 80.91.224.249 (1 May 2003 12:29:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 1 May 2003 12:29:42 +0000 (UTC) Original-X-From: ding-owner+M601@lists.math.uh.edu Thu May 01 14:29:41 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 19BDC0-0006Te-00 for ; Thu, 01 May 2003 14:29:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19BDD6-0001E5-00; Thu, 01 May 2003 07:30:48 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19BDD2-0001E0-00 for ding@lists.math.uh.edu; Thu, 01 May 2003 07:30:44 -0500 Original-Received: (qmail 56275 invoked by alias); 1 May 2003 12:30:43 -0000 Original-Received: (qmail 56270 invoked from network); 1 May 2003 12:30:43 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by sclp3.sclp.com with SMTP; 1 May 2003 12:30:43 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 19BDLR-0004re-00 for ; Thu, 01 May 2003 14:39:25 +0200 Original-To: ding@gnus.org Original-Path: localhost.localdomain!nobody Original-Newsgroups: gnus.ding Original-Lines: 18 Original-NNTP-Posting-Host: 0xc3d7e08d.esnxr4.ras.tele.dk Original-X-Trace: quimby.gnus.org 1051792765 18701 195.215.224.141 (1 May 2003 12:39:25 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 1 May 2003 12:39:25 GMT In-Reply-To: (Lars Magne Ingebrigtsen's message of "Thu, 01 May 2003 09:03:20 +0200") X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; writes: > Maciej Matysiak writes: > >> (raw: From: Witold Bar=?ISO-8859-2?B?s/M=?=g ) > > That's not a valid RFC2047 encoding. Why not? (rfc2047-decode-string "From: Witold Bar=?ISO-8859-2?B?s/M=?=g ") => "From: Witold Barłóg " I think the problem Maciej is mentioning is real, i.e. that `mail-header-parse-address' fails in `message-forward-subject-name-subject' because it's used on a From line which hasn't been RFC 2047-decoded yet.