[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problems setting up nnimap 0.129 with pgnus 0.96
Simon Josefsson <jas@pdc.kth.se> writes:
> Chris Brierley <brierley@pobox.com> writes:
>
> > (setq gnus-secondary-select-methods
> > '(
> > (nnml "spool")
> > (nnimap "imap"
> > (nnimap-address "localhost")
> > (nnimap-server-port "10143")
> > )
> > ))
>
> Could it be as simple as the port numbers aren't strings? Try using
>
> (nnimap-server-port 10143)
>
> instead.
>
> If this isn't it; are there any messages in the *Messages* buffer? Any
> errors are likely to end up there.
I've been using nnimap over a local port that's ssh-forwarded to an
IMAP server, and this is what the relevant section of my .gnus file
looks like:
(require 'nnimap)
(setq gnus-secondary-select-methods
(cons
'(nnmbox "")
gnus-secondary-select-methods))
(setq gnus-secondary-select-methods
(cons
'(nnimap
"sage"
(nnimap-address "127.0.0.1")
(nnimap-server-port 1240)
)
gnus-secondary-select-methods))
--
--Ed Cashin
ecashin@coe.uga.edu