[mew-int 01319] Re: Configuring Mew's behaviour with CCs when replying.
Tatsuya Kinoshita
tats at example.com
Tue Mar 11 07:23:01 JST 2003
On March 10, 2003, [mew-int 01317],
Jean-Marc Rosengard <jm at example.com> wrote:
> (2) I have several e-mail addresses that all reach
> the same mail account. When I reply to
> a mail, I want the address that was used in the
> "To" field of the original message to be used in
> the "From" field instead of my default address.
> Is there a simple way to congigure Mew to do
> that?
See below:
(setq mew-config-alist
'(("default"
("name" . "Foo Bar")
("user" . "foo")
("mail-domain" . "example.net"))
("case-org"
("user" . "foo2")
("mail-domain" . "example.org"))
("case-com"
("user" . "foo3")
("mail-domain" . "example.com"))))
(setq mew-case-guess-when-replied t)
(setq mew-case-guess-when-replied-alist
'(("\\(From\\|To\\|Cc\\):"
("\\<foo at example.com\\.net\\>" . "default")
("\\<foo2 at example.com\\.org\\>" . "case-org")
("\\<foo3 at example.com\\.com\\>" . "case-com")
)))
--
Tatsuya Kinoshita
More information about the Mew-int
mailing list