| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
Mew 6.1 から ".mew.el" の設定方法が改善されました。古い書式も有効ですが、 より簡単な新しい書式も利用できます。
以下に mew-config-alist を新しい書式で書いた例を示します。
(setq mew-config-alist
'((home
(imap-server "imap.example.org")
(imap-ssl t)
(imap-ssl-port 993)
(smtp-server "smtp.example.org")
(smtp-port "submission"))))
|
以下の古い書式と見比べて下さい。
(setq mew-config-alist
'(("home"
("imap-server" . "imap.example.org")
("imap-ssl" . t)
("imap-ssl-port" . "993")
("smtp-server" . "smtp.example.org")
("smtp-port" . "submission"))))
|
繰り返しますが、Mew 6.1 では古い書式も有効です。古い書式と新しい書式を 混ぜて書いても構いません。
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] |
This document was generated by U-X61T\saito on August, 31 2008 using texi2html 1.78.