diff --git a/gnus b/gnus index 56e81ef..26424c1 100644 --- a/gnus +++ b/gnus @@ -40,7 +40,13 @@ (setq gnus-select-method '(nnnil "") gnus-secondary-select-methods - `((nntp "gmane" + `((nntp "etsep" + ;; TLS connection works, but credentials do not seem to be + ;; transferred correctly: the list of groups is not complete + ;; (nntp-open-connection-function nntp-open-tls-stream) + ;; (nntp-port-number 563) + (nntp-address "news.eternal-september.org")) + (nntp "gmane" (nntp-open-connection-function nntp-open-tls-stream) (nntp-port-number 563) (nntp-address "news.gmane.org"))