[Mew-dist 06352] Re: How to use mew-field-spec ?
Daisuke Kondo
Daisuke.Kondo at example.com
1998年 9月 8日 (火) 14:47:35 JST
近藤@東芝マイクロと申します。
>> Tue, 8 Sep 1998 14:37:54 +0900 に
>> '大松さん' == ohmatsu at example.com(Kazuhiro Ohmatsu) さんは
>> こう書いておりましたですね。
大松さん> いろいろ調べてみると、これは、
大松さん> * mew-field-{,in}visible were obsoleted. Use mew-field-spec instead.
大松さん> のためだと思い、mew-field-visible を mew-field-spec
大松さん> に書き換えたりしましたが、
大松さん> うまくいきませんでした。
私はmew-vars.elの1002行目からのものを~/.emacsに書き移して
一部カスタマイズして使っています。
参考までに私の~/.emacsの該当部分をのせておきます。
(setq mew-field-spec
'(("^Resent-\\(From\\|To\\|Cc\\|Date\\)" t
mew-highlight-header-face-important
mew-highlight-header-face-important)
("^Subject:$" t
mew-highlight-header-face-important
mew-highlight-header-face-subject)
("^From:$" t
mew-highlight-header-face-important
mew-highlight-header-face-from)
("^\\(To\\|Apparently-To\\):$" t
mew-highlight-header-face-important
mew-highlight-header-face-to)
("^Cc:$" t
mew-highlight-header-face-important
mew-highlight-header-face-to)
("^Newsgroups:$" t
mew-highlight-header-face-important
mew-highlight-header-face-to)
("^Date:$" t
mew-highlight-header-face-important)
("^Reply-To:$" t)
("^Message-Id:$" t)
("^\\(Posted\\|In-Reply-To\\|References\\|Precedence\\):$" t)
("^X-Mailer:$" t)
("^X-Mew:$" t
mew-highlight-header-face-important
mew-highlight-header-face-xmew)
("^Content" t)
("^X-" t)
("^Mime-Version:$" t)
("^Lines:$" t)
))
私はこれに加えて、
(setq mew-field-other-visible nil)
もしています。
参考になれば幸いです。
--
Daisuke Kondo
E-mail:Daisuke.Kondo at example.com
Mew-dist メーリングリストの案内