diff lisp/gnus/gnus-start.el @ 110333:c2883613e1b5

Fixed up nnrss group activation, and removed moreover stuff.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Tue, 14 Sep 2010 13:44:44 +0000
parents 16a352829b29
children f2e111723c3a
line wrap: on
line diff
--- a/lisp/gnus/gnus-start.el	Tue Sep 14 13:50:15 2010 +0200
+++ b/lisp/gnus/gnus-start.el	Tue Sep 14 13:44:44 2010 +0000
@@ -1808,11 +1808,11 @@
 	 (dolist (info infos (nreverse groups))
 	   (push (gnus-group-real-name (gnus-info-group info)) groups))
 	 method)))
-     ((gnus-check-backend-function 'request-scan (car method))
+     ((gnus-check-backend-function 'request-list (car method))
       (gnus-read-active-file-1 method nil infos))
      (t
       (dolist (info infos)
-	(gnus-activate-group (gnus-info-group info) nil nil method))))))
+	(gnus-activate-group (gnus-info-group info) nil nil method t))))))
 
 ;; Create a hash table out of the newsrc alist.  The `car's of the
 ;; alist elements are used as keys.