From 550268197dae0fd24aa5e98d92f8e91783d2e164 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 18 Aug 2017 16:35:00 +0200 Subject: [PATCH] [Gnus] Add connection to eternal-september.org Works fine, except for NNTPS: while the connections seems to be esthablished, the list of groups provied by the server is incomplete, suggesting that my login credentials are not transferred correctly. Need to do more experiments here. --- gnus | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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"))