2001-05-11 Simon Josefsson <simon@josefsson.org>
authorSimon Josefsson <jas@extundo.com>
Sat, 12 May 2001 08:46:17 +0000 (08:46 +0000)
committerSimon Josefsson <jas@extundo.com>
Sat, 12 May 2001 08:46:17 +0000 (08:46 +0000)
* gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type
status lines without any text ("^215$").

lisp/ChangeLog
lisp/gnus-start.el

index e08a7e0..b168cb7 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 19cffb8..5b661cb 100644 (file)
@@ -229,7 +229,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
               )
             "\\|")