Synch to No Gnus 200403170731.
authoryamaoka <yamaoka>
Wed, 17 Mar 2004 07:32:11 +0000 (07:32 +0000)
committeryamaoka <yamaoka>
Wed, 17 Mar 2004 07:32:11 +0000 (07:32 +0000)
lisp/ChangeLog
lisp/gnus-agent.el

index f4ea126..2724906 100644 (file)
@@ -1,3 +1,8 @@
+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
index bafe462..18e3157 100644 (file)
@@ -3649,7 +3649,8 @@ entry of article %s deleted." l1))
               ;; 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)