HTML メール

私はメーラーMew を使っています。最近は HTML メールが多いので、.emacs

(when (and (fboundp 'shr-render-region)
           (fboundp 'libxml-parse-html-region))
  (setq mew-prog-text/html 'shr-render-region))

と指定して eww で HTML のレンダリングをさせています。また eww で表示が崩れる場合については C-x C-e でブラウザ (Firefox) で表示するように

(setq mew-prog-text/html-ext
      '("c:/Program Files (x86)/Mozilla Firefox/firefox.exe" ("file:%s")))

を指定しています。