(nntp-request-group): Undo previous change (4xx and 5xx responses are

already handled properly).
This commit is contained in:
Andrew Innes 1998-12-14 09:03:04 +00:00
parent 3e9103768f
commit 2602d1eaac

View file

@ -603,7 +603,7 @@ server there that you can connect to. See also `nntp-open-connection-function'"
(deffoo nntp-request-group (group &optional server dont-check)
(nntp-possibly-change-group nil server)
(when (nntp-send-command "^[245].*\n" "GROUP" group)
(when (nntp-send-command "^2.*\n" "GROUP" group)
(let ((entry (nntp-find-connection-entry nntp-server-buffer)))
(setcar (cddr entry) group))))