>>>>> "Katsumi" == Katsumi Yamaoka <[EMAIL PROTECTED]> writes:
>>>>> 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)) Thanks very much, that solved the problem! Uwe _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
