[Mew-dist 17523] Re: auto-detect CT by X-Mailer (test).

Kazu Yamamoto ( 山本和彦 ) kazu at example.com
2001年 5月 25日 (金) 13:16:39 JST


From: Shuichi KITAGUCHI <kit at example.com>
Subject: [Mew-dist 17510] auto-detect CT by X-Mailer (test).

> ・やりたいこと
>   X-Mailer: が Outlook だったら、添付ファイルの CT: を Mew が判定でき
>   ない場合のデフォルトを "Text/Plain" ではなく "Application/Octet-Stream"
>   にする。

木下さんの意見も取り入れてみました。変数名は、mew-content-type です。

mew-mime-content-type の最後の方は、

    ("text/plain"    "\\.txt$"  nil     mew-prog-plain     mew-icon-text)
    ("text/"         "^$"       nil     mew-prog-text      mew-icon-text)
    (t               "^$"       nil     mew-prog-octet-stream mew-icon-unknown)
    (nil             ".*")

としてみました。

つまり、nil が mew-content-type に置き換わります。

それで、以前デフォルトの content type を変更したいという要望が誰かから
出ていたと思うのですが、これで OK になったのでしょうか? (いまいち、思
い出せない。)

--かず




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