Synch with Oort Gnus.
authoryamaoka <yamaoka>
Sun, 13 May 2001 22:11:33 +0000 (22:11 +0000)
committeryamaoka <yamaoka>
Sun, 13 May 2001 22:11:33 +0000 (22:11 +0000)
lisp/ChangeLog
lisp/gnus-start.el

index 6dcba24..34e0969 100644 (file)
@@ -1,3 +1,8 @@
+2001-05-11  Simon Josefsson  <simon@josefsson.org>
+
+       * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
+       status lines without any text ("^215$").
+
 2001-05-06 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * nnrss.el (nnrss-check-group): Reverse.
index 215540e..c02293f 100644 (file)
@@ -237,7 +237,7 @@ not match this regexp will be removed before saving the list."
 (defcustom gnus-ignored-newsgroups
   (mapconcat 'identity
             '("^to\\."                 ; not "real" groups
-              "^[0-9. \t]+ "           ; all digits in name
+              "^[0-9. \t]+\\( \\|$\\)" ; all digits in name
               "^[\"][]\"[#'()]"        ; bogus characters
               )
             "\\|")