diff --git a/gnus.el b/gnus.el index d842ae0..26aad76 100644 --- a/gnus.el +++ b/gnus.el @@ -70,8 +70,9 @@ SMTP user." (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-open-connection-function nntp-open-plain-stream) + ;; (nntp-open-connection-function nntp-open-tls-stream) + ;; (nntp-port-number 563) (nntp-address "news.gmane.org")) (nnimap "algebra20" (nnimap-stream shell)