-------- Weitergeleitete Nachricht --------
Betreff: Re: nntp-connection-timeout
Datum: Thu, 15 Jan 2026 17:04:00 +0100
Von: Gfp <[email protected]>
An: Arash Esbati <[email protected]>

Arash Esbati <[email protected]> writes:

gfp <[email protected]> writes:

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.

There is no third-select-method.  If you look at the docstring of
`gnus-secondary-select-methods', you see:
,----
| gnus-secondary-select-methods is a variable defined in ‘gnus.el’.
| | | A list of secondary methods that will be used for reading news.
| This is a list where each element is a complete select method (see
| ‘gnus-select-method’).
| | If, for instance, you want to read your mail with the nnml back end,
| you could set this variable:
| | (setq gnus-secondary-select-methods '((nnml ""))) | | You can customize this variable. `----

So you can do:

(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))
        (nntp "eternal"
              (nntp-address "news.eternal-september.org")
              (nntp-port-number 119)
              (nntp-connection-timeout 30))))

Best, Arash

Thank you very much.

AFAI remember I sent an answer to your question before the next mail.
You are right, I have to be more carefully with my answers and put them
into the right order.

Gottfried

Attachment: OpenPGP_0xD9E413C6C4BB32CE.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to