Wanderlust って何?

Wanderlust は Emacs で動くメール/ニュース管理システムです。 IMAP4rev1(RFC2060), NNTP, POP およびローカルのメッセージに対応しています。

auto-autoloads.el

(autoload 'wl "wl" "Wanderlust" t)
(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)

(setq wl-icon-directory (expand-file-name "etc/wl" netinstall-pkg-dir))

(when (locate-library "x-face-e21")
  (autoload 'x-face-decode-message-header "x-face-e21")
  (setq wl-highlight-x-face-function 'x-face-decode-message-header))

~/.emacs

スクリーンショット

メールを読んでいるところ。

http://www.meadowy.org/meadow/netinstall/attachment/wiki/PkgWanderlust/Wanderlust.png?format=raw

Attachments