bitmap-mule (ftp://ftp.jpl.org/pub/elisp/bitmap/) 8.0以降に 付属の `x-face-mule.el' を使う場合は以下のように設定してください。
(autoload 'x-face-decode-message-header "x-face-mule") (setq wl-highlight-x-face-function 'x-face-decode-message-header)
Emacs 21.x の場合には、`x-face-mule.el' の代わりに `x-face-e21.el' (ftp://jpl.org/pub/elisp/) を使って X-Face を表示することもできます。 その場合、bitmap-mule は不要です。以下のように設定してください。
(autoload 'x-face-decode-message-header "x-face-e21") (setq wl-highlight-x-face-function 'x-face-decode-message-header)
Go to the first, previous, next, last section, table of contents.