* Two or more pop3 email addresses/boxes
@ 2014-04-14 15:32 Sharon Kimble
2014-04-15 0:15 ` Esben Stien
0 siblings, 1 reply; 2+ messages in thread
From: Sharon Kimble @ 2014-04-14 15:32 UTC (permalink / raw)
To: help-gnu-emacs, boudiccas
[-- Attachment #1: Type: text/plain, Size: 1353 bytes --]
I'm trying to setup gnus to use two pop3 email accounts, as I am in the
process of changing my isp.
This is what I have in my .gnus.el
--8<---------------cut here---------------start------------->8---
(setq mail-sources '((file :path "/var/mail/boudiccas")
(pop :server "mail.talktalk.net"
:user "boudiccas@talktalk.net"
:password "custardandcream")))
;(pop :server "mail.plus.net"
;:user "skimble"
;:password "rhubarbpie")))
--8<---------------cut here---------------end--------------->8---
I've had to comment out the second address to get it working, and the
passwords are falsified.
But how do I get the second pop2 mailbox to work please? I've tried googling
for it but haven't found any concrete examples of someones config file with
two or more pop3 accounts. ATM, it is consistently failing, but I'll settle
for being able to receive emails for it to start with. I've checked the
settings with plusnet, and they are correct, and I'm able to log on to the
webmail with no problems, its just here that I have problems.
Can anyone help please?
Thanks
Sharon.
--
A taste of linux = http://www.sharons.org.uk
my git repo = https://bitbucket.org/boudiccas/dots
TGmeds = http://www.tgmeds.org.uk
Debian testing, Fluxbox 1.3.5, emacs 24.4.50.4
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Two or more pop3 email addresses/boxes
2014-04-14 15:32 Two or more pop3 email addresses/boxes Sharon Kimble
@ 2014-04-15 0:15 ` Esben Stien
0 siblings, 0 replies; 2+ messages in thread
From: Esben Stien @ 2014-04-15 0:15 UTC (permalink / raw)
To: help-gnu-emacs
Sharon Kimble <boudiccas@talktalk.net> writes:
> I'm trying to setup gnus to use two pop3 email accounts, as I am in the
> process of changing my isp.
(setq mail-sources '((pop :server "foo" :user "bar" :password "hukarz" )
(pop :server "grault" :user "corge" :password "garply")
(pop :server "azerty" :user "plugh" :password "ethud")))
--
Esben Stien is b0ef@e s a
http://www. s t n m
irc://irc. b - i . e/%23contact
sip:b0ef@ e e
jid:b0ef@ n n
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-04-15 0:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-14 15:32 Two or more pop3 email addresses/boxes Sharon Kimble
2014-04-15 0:15 ` Esben Stien
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).