[mew-int 2532] Re: About multi mail-box

Harald Hanche-Olsen hanche at example.com
Tue Jul 1 23:03:59 JST 2008


+ zhengyi <goodmenlinux at example.com>:

>   I have three mail-box in use for different purpose. When I type
> 'w' in summery mode, MEW always use the default mail address for the
> new mail. How do i change the mail address of mine when writing a
> new mail ?

In ~/.mew.el, put something like

(setq mew-config-alist
      '(("firstbox"
	 ("user" . "firstusername")
	 ("mail-domain" . "firstmaildomain"))
	("secondbox"
	 ("user" . "secondusername")
	 ("mail-domain" . "secondmaildomain"))
	("thirdbox"
	 ("user" . "thirdusername")
	 ("mail-domain" . "thirdmaildomain"))))

Then hit C-c C-o while editing a mail to set the case value to one of
firstbox, secondbox, thirdbox (you will surely wish to set names more
meaningful to you).

Se the documentation for variable mew-config-alist and function
mew-draft-set-case. There are lots of things you can set.

- Harald



More information about the Mew-int mailing list