[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problems setting up nnimap 0.129 with pgnus 0.96
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.