I have that in my gnus.el
;; get emails
(setq gnus-select-method '(nnnil ""))
(setq gnus-secondary-select-methods
'((nnimap "posteo"
(nnimap-address "posteo.de")
(nnnimap-user "[email protected]")
(nnimap-authenticator login)
(nnimap-stream ssl)
(nnimap-server-port 993))))
that´s why I have a third-select-method.
thanks
Gottfried
Arash Esbati <[email protected]> writes:
> gfp <[email protected]> writes:
>
>> I have got those settings in my gnus.el
>>
>> ; news in gnus
>> (setq gnus-third-select-methods '(nntp "news.eternal-september.org"
>> (nntp-port-number 119)))
>
> Before we proceed, where do you have that `gnus-third-select-methods'
> from? Git grepping that in Emacs sources gives me no results.
>
> Best, Arash