[Mew-dist 380] install

Katsuhisa fujinaga j1595104 at example.com
1997年 1月 9日 (木) 10:43:10 JST


はじめまして、藤永@東京理科大です。

最近、base64などでエンコードしたメールが多くなってきたので
mewをインストールしようとしたのですが、うまく動きません。
マニュアルを見て設定を確かにしてあるはずなのにエラーメッセージが
出てきて、それを無視して使うと、ほとんどのメールが文字化けします。
誰か対処方法を教えて下さい。
エラーメッセージは
>
>    Sorry, your configuration is *NOT* appropriate for Mew. 
>    Please check the following items.
>
>        (1) Does "~/.mh_profile" exist?
>        (2) Does "~/.mh_profile" contain "Path: Mail" field?
>        (3) Does "~/.mh_profile" contain "Draft-Folder: drafts" field?
>        (4) Does "~/Mail/drafts" exist?
>        (5) Is the path for MH included in exec-path?
>              Put (setq exec-path (cons "/usr/local/bin/mh" exec-path))
>              in .emacs.
>	(6) Is the version of mewencode 0.08?

なんですが(1)はあります。
(2)(3)は

>Path: Mail
>Draft-Folder: drafts
>send: -hencode
>whom: -hencode
>inc: -form scan.form
>scan: -form scan.form

と設定してますし、当然~/Mail/drafts/ も存在してます。


(5)は理科大の環境では /usr/local/mh なのでそこを指定してます。
(6)はソースで確認しました。

.emacsの設定は

>;;; mew用追加差分
>(setq load-path (cons (expand-file-name "/home/ccstaff/x1595104/lisp/mew-bin") load-path))
>(setq load-path (cons (expand-file-name "/home/ccstaff/x1595104/lisp/mew-lisp") load-path))
>(setq exec-path (cons "/usr/local/mh" exec-path))
>(autoload 'mew "mew" nil t)
>(autoload 'mew-send "mew" nil t)
>(setq mew-mail-domain-list 
>            '("ed.kagu.sut.ac.jp"))

という設定にしました。
コンパイルしたバージョンはmew-1.54です。
一体どこがおかしいのでしょうか?

============================================================================== 
                    東京理科大学 理学部 第1部 応用物理学科 2年 藤永 勝久
"目指せ、一芸に秀でた         E-mail:j1595104 at example.com
               小市民(笑)"  URL:http://www.ed.kagu.sut.ac.jp/~j1595104/
==============================================================================



Mew-dist メーリングリストの案内