should be accessed through `mail-header-number'.
+2002-11-28 Daiki Ueno <ueno@unixuser.org>
+
+ * lisp/gnus-agent.el (gnus-agent-fetch-group-1): Article numbers
+ should be accessed through `mail-header-number'.
+
2002-11-24 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
* lisp/mm-url.el (mm-url-program): Use `exec-installed-p' instead of
;; Some articles may not exist, so update `articles'
;; from what was actually found. -- kai
(setq articles
- (mapcar (lambda (x) (aref x 0))
+ (mapcar (lambda (x) (mail-header-number x))
gnus-newsgroup-headers))
;; `gnus-agent-overview-buffer' may be killed for
;; timeout reason. If so, recreate it.