|
|
ru.linux- RU.LINUX --------------------------------------------------------------------- From : Oleg Vershinin 2:5020/400 21 Feb 2003 15:07:18 To : All Subject : GNU Emacs 21.2/NT (GNUS) koi8-r message body trouble (Subject нормальны --------------------------------------------------------------------------------
The problem is that message body sends in ISO-8859-5 encoding
while koi8-r is needed.
"Content-Type: text/plain; charset=iso-8859-5"
As I can see the "Subject" problems are resolved (it is in koi8-r and
not MIME-encoded), and the body is sent as plain text opposed to MIME-encoded
Here is .gnus.el
start --
(custom-set-variables
'(gnus-agent-expire-days 21)
'(gnus-default-charset 'koi8-r)
'(gnus-default-posting-charset 'koi8-r)
'(gnus-fetch-old-headers t)
'(gnus-group-charset-alist '((".*" koi8-r)))
'(gnus-group-posting-charset-alist (quote ((message-this-is-mail koi8-r t)
(message-this-is-news koi8-r t))))
'(message-default-charset 'koi8-r)
'(message-expires 21)
'(rfc2047-header-encoding-alist '((t . t)))
)
(put-charset-property 'cyrillic-iso8859-5 'preferred-coding-system 'koi8-r)
(gnus-agentize)
end --
Is there something missing or excessive?
One more problem: When I send mail message containing russian characters
by pressing C-c C-c, minibuffer shows :
"The article contains control characters. Really post?"
Thanks in advance
Gnus/5.09 (Gnus v5.9.0) GNU Emacs/21.2 (NT)
--- ifmail v.2.15dev5
* Origin: 2147483647 (2:5020/400)
Вернуться к списку тем, сортированных по: возрастание даты уменьшение даты тема автор Архивное /ru.linux/6411c2cf405b.html, оценка из 5, голосов 10
|