From: okada Date: Thu, 27 Dec 2001 05:58:05 +0000 (+0000) Subject: * elmo-nntp.el (elmo-network-initialize-session): Fixed for Response '400' X-Git-Tag: wl-2_9_5~49 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=4284fb26bc3e57f224fbdb1f343f5db40d102b95;p=elisp%2Fwanderlust.git * elmo-nntp.el (elmo-network-initialize-session): Fixed for Response '400' --- diff --git a/elmo/ChangeLog b/elmo/ChangeLog index 1bc6413..0040bb7 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,7 @@ +2001-12-27 Kenichi OKADA + + * elmo-nntp.el (elmo-network-initialize-session): Fixed for Response '400' + 2001-12-27 Yuuichi Teranishi * elmo-nmz.el (elmo-nmz-use-drive-letter): New variable. diff --git a/elmo/elmo-nntp.el b/elmo/elmo-nntp.el index 2ef9232..151ec94 100644 --- a/elmo/elmo-nntp.el +++ b/elmo/elmo-nntp.el @@ -263,7 +263,7 @@ Don't cache if nil.") (while (and (memq (process-status process) '(open run)) (goto-char (point-max)) (forward-line -1) - (not (looking-at "^[3-5][0-9][0-9]"))) + (not (looking-at "^[2-5][0-9][0-9]"))) (accept-process-output process 1)) (setq elmo-nntp-read-point (point)) (or (elmo-nntp-read-response session t)