I've been using 'gnus' in emacs for several weeks now, but haven't found any solution to the problems of multiple pop3 accounts. I have this section in my '.gnus.el' -
(setq mail-sources '((file :path "/var/mail/boudiccas")
(pop :server "mail.talktalk.net"
:user "boztu@talktalk.net"
:password "custardcreams")
(pop :server "pop.mail.yahoo.com"
:user "winnie@yahoo.com"
:password "rhubarbpie")))
This is what I have but it doesn't seem to be connecting. How should it be shown in the '.gnus.el' please? I have four pop3 accounts to use if I could only find out how to use multiple pop3 mailboxes.