info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: the recipient (was: iso-8859-1 charset is not display in the summary


From: Katsumi Yamaoka
Subject: Re: the recipient (was: iso-8859-1 charset is not display in the summary buffer, )
Date: Wed, 19 Sep 2007 21:22:13 +0900
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.50 (gnu/linux)

>>>>> Uwe Brauer wrote:

> I have the following setting
> Variables:
> Set variables local to the group you are entering. *
> [INS] [DEL] Variable: gnus-summary-line-format
>             Value:
> "%U%R%z%I%N %(%[ %-20,20n%]%) %-23,23~(form (gnus-extra-header 'To))@

> %d %k %L   %s
> "

`gnus-extra-header' returns raw contents of a header, i.e., it's
not been decoded.  Replace (gnus-extra-header 'To) with:

(rfc2047-decode-string (gnus-extra-header 'To))

It might slow Gnus, though.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]