2
2
I'm trying to set up Gnus to use both my gmail accounts but I can only ever get one at a time to show up in the list of folders.
(setq gnus-select-method '(nnimap "work@mywork.org"
(nnimap-address "secure.emailsrvr.com")
(nnimap-server-port 993)
(nnimap-stream ssl)))
(setq gnus-secondary-select-methods
'((nnimap "myfirstaddress@gmail.com"
(nnimap-address "imap.gmail.com")
(nnimap-server-port 993)
(nnimap-stream ssl))
(nnimap "mysecondaddress@gmail.com"
(nnimap-address "imap.gmail.com")
(nnimap-server-port 993)
(nnimap-stream ssl))))
That is the relevant portions of my .gnus file. It prompts me for three username passwords on startup. After I enter all three, I can access my work account and the gmail account that I enter the creds for second. This is really annoying! Any ideas?
Where you say "For example, I have a server defined with the following attributes:" can you be more specific. Where have you defined these and using what list? – RichieHH – 2010-07-27T15:38:24.040
@richard: while on the screen where you went with ^, hit e. You'd be given the chance to set-up the server. Just make sure you never delete .newsrc.eld because changes are saved there. – None – 2011-02-26T13:24:40.523