Mewの.emacsの設定

Mewにおける.emacsの設定

以下を.emacsに追記する

(autoload 'mew "mew" nil t)
(autoload 'mew-send "mew" nil t)
 
(if (boundp 'read-mail-command)
(setq read-mail-command 'mew))
 
(autoload 'mew-user-agent-compose "mew" nil t)
(if (boundp 'mail-user-agent)
(setq mail-user-agent 'mew-user-agent))
(if (fboundp 'define-mail-user-agent)
(define-mail-user-agent
'mew-user-agent
'mew-user-agent-compose
'mew-draft-send-message
'mew-draft-kill
'mew-send-hook))
最終更新:2009年04月20日 23:12
ツールボックス

下から選んでください:

新しいページを作成する
ヘルプ / FAQ もご覧ください。