[mew-int 01926] Re: Multiple POP accounts for single user

Tatsuya Kinoshita tats at example.com
Sat Jan 8 08:47:47 JST 2005


On December 31, 2004, [mew-int 01924],
cmuller-lst (at jj.em-net.jp) wrote:

> For example, in the below setup, using the same domain of "jj.em-net.jp" 
> (an alias for "jj.e-mansion.com"), I would also like to send and receive 
> for the addresses of
> 
>    pop-user acmuller
>    pop-user cmuller-lst
>    pop-user h-bud

> Is there a way that I can do this in a single .emacs file

Put the following in your ~/.emacs.

(setq mew-config-alist
      '(
	("bud"
	 ("user" . "h-bud")
	 ("pop-user" . "h-bud")
	 )
	("lst"
	 ("user" . "cmuller-lst")
	 ("pop-user" . "cmuller-lst")
	 )
	("default"
	 ("user" . "acmuller")
	 ("pop-user" . "acmuller")
	 )
	;;
	))

To switch the account to "cmuller-lst", type `C lst RET' in
Summary or type `C-c C-o lst RET' in Draft.

For more information, please see the Mew manual, section
"Changing receiving/sending behavior" (`M-x info RET d m Mew RET
g config RET').

-- 
Tatsuya Kinoshita



More information about the Mew-int mailing list