help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Gnus and multiple Email servers


From: David Masterson
Subject: Re: Gnus and multiple Email servers
Date: Sun, 21 Nov 2021 22:38:03 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Óscar Fuentes <ofv@wanadoo.es> writes:

> David Masterson <dsmasterson92630@outlook.com> writes:
>
>> I'm not grokking what it says in the Gnus manual for this problem (I
>> must be getting old...).  What I want is to setup Gnus as my email
>> reader for most of my family accounts such that I can read through all
>> of the email accounts in one Emacs session.  Is there a tutorial on this
>> particular issue?
>
> That's simple:
>
> (setq mail-sources '((pop
>                     :server "some.server.com"
>                     :user "user"
>                     :password "some-password")
>                    (pop :server "pop.gmail.com"
>                         :port 995
>                         :user "myself@gmail.com"
>                         :password "my-gmail-password"
>                         :stream ssl)
>                      ;;; etc
>                      ))
>
> For other methods, such as imap, see the info node Mail Source
> Specifiers in the Gnus manual.

I think I understand better.  I'll check the manual again.

-- 
David Masterson



reply via email to

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