From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/35940 Path: main.gmane.org!not-for-mail From: Dmitry Paduchih Newsgroups: gmane.emacs.gnus.general Subject: Re: =?iso-8859-1?q?=C6=D8=C5?= -- QP in subject Date: 19 Apr 2001 19:12:49 +0600 Sender: paduch@imm.uran.ru Message-ID: <874rvl6nji.fsf@ait.uran.ru> References: <3196664716389165@oakhurst.yi.org> <3196667051873244@oakhurst.yi.org> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035171610 5867 80.91.224.250 (21 Oct 2002 03:40:10 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:40:10 +0000 (UTC) Return-Path: Original-Received: (qmail 23157 invoked by alias); 19 Apr 2001 13:43:22 -0000 Original-Received: (qmail 23104 invoked from network); 19 Apr 2001 13:35:24 -0000 Original-Received: from atreyu.ural.net (HELO relay.uran.ru) (195.19.137.69) by gnus.org with SMTP; 19 Apr 2001 13:35:24 -0000 Original-Received: from ait.uran.ru (dialup43.uran.ru [195.19.137.233]) by relay.uran.ru (8.11.1/eTn) with ESMTP id f3JDNp366592 for ; Thu, 19 Apr 2001 19:23:51 +0600 (ESS) Original-Received: from dima by ait.uran.ru with local (Exim 3.22 #1 (Debian)) id 14qEEx-0004x1-00 for ; Thu, 19 Apr 2001 19:12:55 +0600 Original-To: ding@gnus.org In-Reply-To: (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "19 Apr 2001 13:09:49 +0200") User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/20.7 Original-Lines: 16 Xref: main.gmane.org gmane.emacs.gnus.general:35940 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:35940 >>>>> "KG" =3D=3D Kai Gro=DFjohann wri= tes: KG> On 19 Apr 2001, Thomas Skogestad wrote: >> I want: >>=20 >> Subject: Re: =C6=D8=C5 -- QP in subject KG> This is what I see. Dunno why it fails for you. I guess it is server of your mailing list who decodes the Subject. The following setting would allow sending of unencoded Subject, but it fails due to use of message-options: (add-to-list 'rfc2047-header-encoding-alist '("Subject")) Dmitry