From ace325c1f92e77022c6c5a42e6d2be008265e220 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 27 Jan 2019 09:48:35 +0100 Subject: [PATCH] [Gnus] Try STARTTLS for news.gmane.org whenever possible Is there a way to inform the user if starttls failed? --- gnus.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gnus.el b/gnus.el index cf94c6f..11a3e4c 100644 --- a/gnus.el +++ b/gnus.el @@ -74,9 +74,7 @@ parameters for one particular email address." (nntp-port-number 563) (nntp-address "news.eternal-september.org")) (nntp "gmane" - (nntp-open-connection-function nntp-open-plain-stream) - ;; (nntp-open-connection-function nntp-open-tls-stream) - ;; (nntp-port-number 563) + (nntp-open-connection-function nntp-open-network-stream) (nntp-address "news.gmane.org")) (nnimap "algebra20" (nnimap-stream shell)