From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/17390 Path: main.gmane.org!not-for-mail From: "=?koi8-r?b?98zBxMnNydIg98/Mz9fJ3g==?= (Vladimir Volovich)" Newsgroups: gmane.emacs.gnus.general Subject: Re: v0.32: great! Date: 24 Sep 1998 22:24:10 +0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035156099 662 80.91.224.250 (20 Oct 2002 23:21:39 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:21:39 +0000 (UTC) Return-Path: Original-Received: from gizmo.hpc.uh.edu (gizmo.hpc.uh.edu [129.7.102.31]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA17215 for ; Thu, 24 Sep 1998 14:36:55 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (sina.hpc.uh.edu [129.7.3.5]) by gizmo.hpc.uh.edu (8.7.6/8.7.3) with ESMTP id MAF07444; Thu, 24 Sep 1998 12:58:18 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 24 Sep 1998 13:27:05 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id NAA21118 for ; Thu, 24 Sep 1998 13:26:55 -0500 (CDT) Original-Received: from cc.vsu.ru (root@ns.vsu.relarn.ru [194.226.24.1]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id OAA16866 for ; Thu, 24 Sep 1998 14:26:24 -0400 (EDT) Original-Received: (from uucp@localhost) by cc.vsu.ru (8.9.1/8.9.1) with UUCP id WAA02219 for ding@gnus.org; Thu, 24 Sep 1998 22:24:33 +0400 Original-Received: (from vvv@localhost) by vvv.vsu.ru (8.8.7/8.8.7) id WAA22330; Thu, 24 Sep 1998 22:24:10 +0400 Original-To: ding@gnus.org In-Reply-To: Lars Magne Ingebrigtsen's message of "24 Sep 1998 19:18:07 +0200" Original-Lines: 41 User-Agent: Gnus/5.070032 (Pterodactyl Gnus v0.32) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:17390 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:17390 "LMI" == Lars Magne Ingebrigtsen writes: LMI> Your From header is LMI> From: "=?koi8-r?b?98zBxMnNydIg98/Mz9fJ3g==?= (Vladimir LMI> Volovich)" LMI> which looks OK to me... Hmm. But you said that according to RFC, encoded-words should not appear inside quotes. ;-) I'd like my From in this case to look like From: =?koi8-r?b?98zBxMnNydIg98/Mz9fJ3g==?= (Vladimir Volovich) i.e. without (unnecessary and rfc-illegal) quotes. LMI> Did you set it to that "manually"? I set (setq user-full-name " (Vladimir Volovich)") (setq message-from-style 'angles) >> * is it possible to say Gnus to not encode-word the headers for >> some newsgroups? I.e., if my message is in koi8-r, and i'm writing >> to some particular newsgroup, i'd like that subjects (and other >> fields) should remain in an 8-bit koi8-r encoding. LMI> You should be able to set `rfc2047-default-charset' in the group LMI> params, for instance. It is already set to 'koi8-r, and this does not affect (not-)encoding of headers, but only the message body. I.e. if my message body is in koi8-r-encodable charset, and rfc2047-default-charset is set to 'koi8-r, then gnus (correctly) uses 8-bit transfer encoding. But headers are still encoded in koi8-r (perhaps, correctly, because headers and message body are generally independent). Or should gnus not encode headers if rfc2047-default-charset is set to koi8-r? If so, it behaves not like it should. :-) Best regards, -- Vladimir.