SHA256
1
0
forked from pool/emacs
emacs/emacs-24.3-nntp-typhoon-fix.patch
Dr. Werner Fink 71cd721936 Accepting request 179100 from home:toganm:branches:editors
- 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
2013-06-15 21:14:45 +00:00

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)