[mew-int 00502] Re: Auto From:

Tatsuya Kinoshita tats at example.com
Sun Sep 30 18:35:38 JST 2001


In message [mew-int 00501], on Fri, 28 Sep 2001,
"Jason L. Shiffer" <jshiffer at example.com> wrote:

> Is there a method to configure a response (either A or a) to expand
> the From: line to be the same a the origional To: line?

The variable `mew-case-guess-when-replied' may help you.

-- ~/.mew.el -- 
(setq mew-case-guess-when-replied t)
(setq mew-case-guess-when-replied-alist
      '(
	("\\(From\\|To\\|Cc\\):"
	 ("\\(^\\|[<, \t\n]\\)user1 at example.com\\.xxx\\b" . "from-domain1")
	 ("\\(^\\|[<, \t\n]\\)user2 at example.com\\.xxx\\b" . "from-domain2")
	 )
	))
;;;(setq mew-case-guess-addition t)
(setq mew-config-alist
      '(
	("from-domain1"
	 ("name" . "Your Name")
	 ("user" . "user1")
	 ("mail-domain" . "domain1.xxx")
	 )
	("from-domain2"
	 ("name" . "Your Name")
	 ("user" . "user2")
	 ("mail-domain" . "domain2.xxx")
	 )
	))
---- 

-- 
Tatsuya Kinoshita



More information about the Mew-int mailing list