[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.
This commit is contained in:
Daniel - 2017-08-18 16:35:00 +02:00
parent 4a2a00effb
commit 550268197d
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 7 additions and 1 deletions

8
gnus
View File

@ -40,7 +40,13 @@
(setq gnus-select-method '(nnnil "") (setq gnus-select-method '(nnnil "")
gnus-secondary-select-methods 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-open-connection-function nntp-open-tls-stream)
(nntp-port-number 563) (nntp-port-number 563)
(nntp-address "news.gmane.org")) (nntp-address "news.gmane.org"))