Go to the first, previous, next, last section, table of contents.


x-face-mule (for Emacs)

If you use `x-face-mule.el' in bitmap-mule (ftp://ftp.jpl.org/pub/elisp/bitmap/) 8.0 or later, do the following:

(autoload 'x-face-decode-message-header "x-face-mule")
(setq wl-highlight-x-face-function 'x-face-decode-message-header)

x-face-e21 (for Emacs 21.x)

With Emacs 21.x, you can use `x-face-e21.el' (ftp://jpl.org/pub/elisp/) instead of `x-face-mule.el' to display X-Face. In this case, bitmap-mule is not required. Do as follows:

(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.