[Mew-dist 10153] Re: setting From: value based on case?

sen at example.com sen at example.com
1999年 8月 17日 (火) 17:04:26 JST


From: Shun-ichi GOTO --abc-- <gotoh at example.com>
Subject: [Mew-dist 10092] Re: setting From: value based on case?
Date: Mon, 16 Aug 1999 16:12:04 +0900

gotoh> >>>>> at Mon, 16 Aug 1999 14:04:50 +0900, sen <sen at example.com> said,
gotoh> sen> # いまは:
gotoh> 
gotoh> sen>   C-c C-m 
gotoh> sen>   C-c C-c
gotoh> 
gotoh> sen> というのが脳に焼きついているので、「hook か何かで mew-guess の
gotoh> sen> 機能が使えたらいいな」と思っています。
gotoh> 
gotoh> という辺りは、私の場合、以下の設定で自動化しています。
gotoh> 
gotoh> (require 'advice)
gotoh> (defadvice mew-draft-make-message (before replace-field activate)
gotoh>   (mew-guess-header))
gotoh> (defadvice mew-draft-insert-config (after replace-field activate)
gotoh>   (mew-guess-header))
gotoh> 
gotoh> 前者は C-c C-m の直前のタイミングで、後者はMew がconfig をguess した
gotoh> 直後のタイミングで実行されます。
gotoh> 特に後者に関してはあわせて 変数 mew-config-guess-alist, 
gotoh>  mew-config-insert-when-prepared, mew-config-insert-when-composed も
gotoh> 設定するといいかも知れません。

ありがとうございます。早速設定をしました。

ところで、Config を使用してみてちょっと思ったのですが、case が default の時に 
draft を作成するとヘッダに Config: が出てきません。また私の設定の問題?  
仕様かな?

case default の時にも draft-mode で From: がみたいです :-)



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