Gnus development mailing list
 help / color / mirror / Atom feed
From: Vladimir Volovich <vvv@vvv.vsu.ru>
Subject: Re: Re[2]: 8-bit headers not encoded
Date: 07 Jan 2000 01:07:37 +0300	[thread overview]
Message-ID: <m3n1qiam6u.fsf@vvv.vsu.ru> (raw)
In-Reply-To: Florian Weimer's message of "06 Jan 2000 14:32:12 +0100"

"FW" == Florian Weimer writes:

 FW> Could try the following value for
 FW> gnus-group-posting-charset-alist, please?

 FW> (setq gnus-group-posting-charset-alist '((message-this-is-mail
 FW> nil nil) (message-this-is-news koi8-r koi8-r)))

according to doc, the third element should be a list of charsets (or t
or nil); so `koi8-r' is incorrect there.

 FW> This should mimic the behavior of the old setting.  (Perhaps this
 FW> variable should be given an new name?)

i tried the following setting:

(setq gnus-group-posting-charset-alist 
      '((message-this-is-mail koi8-r t)
	(message-this-is-news koi8-r t)))

Then, 8-bit cyrillic text in subject was sent as 8-bit, but NOT in
koi8-r; it was in iso-8859-5 encoding. what should i do to make gnus
use koi8-r for 8-bit text in headers?

note that this behavior changed (was broken) in gnus 5.8.3; gnus 5.8.2
worked correct (i.e. 8-bit text in headers was sent using koi8-r).

	Best regards, -- Vladimir.



  parent reply	other threads:[~2000-01-06 22:07 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-01-05 18:45 Roman Belenov
2000-01-05 20:02 ` Florian Weimer
2000-01-06 11:13   ` Re[2]: " Roman Belenov
2000-01-06 13:32     ` Florian Weimer
2000-01-06 14:25       ` Re[4]: " Roman Belenov
2000-01-06 22:07       ` Vladimir Volovich [this message]
2000-01-06 23:01         ` Re[2]: " Kai Großjohann
2000-01-08 20:38         ` Florian Weimer
2000-01-08 21:04           ` Vladimir Volovich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3n1qiam6u.fsf@vvv.vsu.ru \
    --to=vvv@vvv.vsu.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).