|
| From: | Mikhail Pachkov |
| Subject: | Re: Posting charset problem |
| Date: | Tue, 25 Jan 2005 10:13:27 +0100 |
| User-agent: | Gnus/5.110003 (No Gnus v0.3) XEmacs/21.4 (Security Through Obscurity, linux) |
## On 23 Jan 2005 11:21:59 +0100
## Tomasz Dymek wrote:
TD> The result is unfortunately onlu half ok because body of posted
TD> message is in iso-8859-2/8bit and headers to. They should be 7bit.
Hi Tomasz,
I think you can try mime/field-encoding-method-alist to set the
encoding of the headers.
I have for example in my .gnus.el:
(setq mime/field-encoding-method-alist
'(
("Subject" . koi8-r)
(t . mime)
))
in order to have Subject always in koi8-r. I think that change of it
to iso....-1 will do the trick.
Good luck!
Mikhail
| [Prev in Thread] | Current Thread | [Next in Thread] |