info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: More than one email acount @gnus


From: Glyn Millington
Subject: Re: More than one email acount @gnus
Date: Mon, 29 Dec 2008 07:37:12 +0000
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (berkeley-unix)

<Diokletian@gmx.de> writes:

> I'd like to manage more than only one email account 
> with my Gnus-Emacs mail-client. 
>
> Have you an idea how I have to modify my .emacs file? 

> P.S.

> A part of my present configuration:

> ;;;;;;;;;;;;;;;;;;;;;;;;;;
> ;;; GNUS Mail POP
> ;;;;;;;;;;;;;;;;;;;;;;;;;;


> (setq nnmail-pop-password-required t)
> (setq mail-sources '((pop :server "XX.XXX.XXX"
> :user "XXXX@XX.XX"
> :password "XXXXXX")))


Well looking over the docs it seems to me that this should work: ie just
slap your pop servers into the mail-sources list


 (setq mail-sources '(

 (pop :server "XX.XXX.XXX"
 :user "XXXX@XX.XX"
 :password "XXXXXX")


(pop :server "YY.YYY.YYY"
 :user "YYY@YY.YY"
 :password "YYYYYYYY")  

(pop :server "ZZ.ZZZ.ZZZ"
 :user "ZZZ@ZZ.ZZ"
 :password "ZZZZZZZZ")  ))


I say "should work" because I've never had  a reason to try it :-)


As far as sending goes, you should be ok.



> ;;;;;;;;;;;;;;;;;;;;;;;;;;
> ;;; GNUS Mail SMTP
> ;;;;;;;;;;;;;;;;;;;;;;;;;;

> (require 'sendmail)
> (setq message-send-mail-function 'smtpmail-send-it)
> (setq smtpmail-smtp-service 25)
> (setq smtpmail-debug-info t)
> (setq smtpmail-default-smtp-server "XXXXXX")



atb

Glyn





reply via email to

[Prev in Thread] Current Thread [Next in Thread]