Carbon Emacsが便利すぎますが, メーラとしても使えるということで, 調べてみるとWanderlustというのがありました. というわけで早速これを導入してみました. まずはCarbon EmacsのHelpからCarbon Emacs Package > Net Installから選んで終了. 続いて.emacs.elへ設定 ;; Wanderlust で Gmail!! (setq ssl-certificate-verification-policy 1) (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)