(gnus-check-bogus-newsgroups): Say how many groups we're being queried about.
[gnus] / lisp / gnus-start.el
index 68f26ea..e5a3ec7 100644 (file)
@@ -1465,7 +1465,7 @@ newsgroup."
          (push group bogus)))
       (if confirm
          (map-y-or-n-p
-          "Remove bogus group %s? "
+          (format "Remove bogus group %%s (of %d groups)? " (length bogus))
           (lambda (group)
             ;; Remove all bogus subscribed groups by first killing them, and
             ;; then removing them from the list of killed groups.