>>>>> 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.
_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to