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

zhengyi goodmenlinux at example.com
Wed Jul 2 19:15:40 JST 2008


From: Harald Hanche-Olsen <hanche at example.com>
Subject: Re: [mew-int 2531] About multi mail-box
Date: Tue, 01 Jul 2008 09:03:59 -0500 (CDT)

> + 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
Thanks! 



More information about the Mew-int mailing list