+2004-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
+ when the group's active is not available.
+
2004-03-15 Katsumi Yamaoka <yamaoka@jpl.org>
* gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
;; recalculate the number of unread articles in the group
(let ((group (gnus-group-real-name group))
- (group-active (gnus-active group)))
+ (group-active (or (gnus-active group)
+ (gnus-activate-group group))))
(gnus-agent-possibly-alter-active group group-active)))))
(when (and reread gnus-agent-article-alist)