71cd721936
- Fix connection problem to Typhoon nntp servers, (for example nntp.opensuse.org) Instead of CAPABILITIES command use HELP * emacs-24.3-nntp-typhoon-fix.patch OBS-URL: https://build.opensuse.org/request/show/179100 OBS-URL: https://build.opensuse.org/package/show/editors/emacs?expand=0&rev=128
16 lines
524 B
Diff
16 lines
524 B
Diff
---
|
|
lisp/gnus/nntp.el | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/lisp/gnus/nntp.el
|
|
+++ b/lisp/gnus/nntp.el
|
|
@@ -1282,7 +1282,7 @@ If SEND-IF-FORCE, only send authinfo to
|
|
"nntpd" pbuffer nntp-address nntp-port-number
|
|
:type (cadr (assoc nntp-open-connection-function map))
|
|
:end-of-command "^\\([2345]\\|[.]\\).*\n"
|
|
- :capability-command "CAPABILITIES\r\n"
|
|
+ :capability-command "HELP\r\n"
|
|
:success "^3"
|
|
:starttls-function
|
|
(lambda (capabilities)
|