[mew-int 3150] Re: customizing behavior of reply

Tatsuya Kinoshita tats at example.com
Thu Jun 6 23:25:14 JST 2013


On June 6, 2013, [mew-int 3149], jpp (at fc.up.pt) wrote:
> I would like to set up mew so that when I reply to a message, the
> 'From:' field in the draft is automatically set to the recipient
> address of the original message.
[...]
> I know that I can do it manually with 'cases', but I keep forgetting
> changing, and often send messages with wrong addresses.

Set mew-case-guess-when-replied and mew-case-guess-when-replied-alist,
to automatically set the cases when a draft is prepared by replying.

(setq mew-case-guess-when-replied t)
(setq mew-case-guess-when-replied-alist
      '(("\\(From\\|To\\|Cc\\):"
	 ("\\<jpp at example.com\\.mail\\>" . "case-for-jpp")
	 ("\\<myself at example.com\\.mail\\>" . "case-for-myself")
	 )))

Thanks,
-- 
Tatsuya Kinoshita


More information about the Mew-int mailing list