diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2012-12-28 12:26:54 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2012-12-28 12:26:54 +0000 |
commit | b9989bfa7e59b423df76b184e657b66017f72ff9 (patch) | |
tree | 85b5cc50e6a59ad908f3b63e0a5abcb2a77f2b0f /lisp/gnus/nntp.el | |
parent | e25a10b7141982f3b52ec59223503b36d4564378 (diff) | |
download | emacs-b9989bfa7e59b423df76b184e657b66017f72ff9.tar.gz emacs-b9989bfa7e59b423df76b184e657b66017f72ff9.tar.bz2 emacs-b9989bfa7e59b423df76b184e657b66017f72ff9.zip |
lisp/gnus/nntp.el (nntp-open-connection): Fix nntp connection problems with the Typhoon server
Diffstat (limited to 'lisp/gnus/nntp.el')
-rw-r--r-- | lisp/gnus/nntp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/nntp.el b/lisp/gnus/nntp.el index be5d1e6ff4c..e131c51c09d 100644 --- a/lisp/gnus/nntp.el +++ b/lisp/gnus/nntp.el @@ -1282,7 +1282,7 @@ If SEND-IF-FORCE, only send authinfo to the server if the "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) |