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

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

Re: nnimap server name


From: Peter Jones
Subject: Re: nnimap server name
Date: Wed, 27 Aug 2008 19:18:37 -0600
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.2 (darwin)

Gijs Hillenius <gijsNOSPM@hillenius.net> writes:
> (setq gnus-secondary-select-methods '((nnimap "Example"
>                                     (nnimap-address "imap.example.com")))

Correct syntax:

,----
| (setq gnus-secondary-select-methods
|       '((nnimap "imap.example.com")))
`----

AFAIK, you don't give the source a name, you just give its address.

If the IMAP server uses SSL/TLS:

,----
| (setq gnus-secondary-select-methods
|       '((nnimap "imap.example.com" (nnimap-stream ssl))))
`----

That is the configuration I use, and it works well.

-- 
Peter Jones [pjones at domain below]
http://pmade.com   Louisville, CO US


reply via email to

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