From: yamaoka Date: Sun, 13 May 2001 22:11:33 +0000 (+0000) Subject: Synch with Oort Gnus. X-Git-Tag: t-gnus-6_15_4-01-quimby~2 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47ce4bfb4f8fb22898378532e0681edead4545f1;p=elisp%2Fgnus.git- Synch with Oort Gnus. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 6dcba24..34e0969 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-05-11 Simon Josefsson + + * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type + status lines without any text ("^215$"). + 2001-05-06 21:00:00 ShengHuo ZHU * nnrss.el (nnrss-check-group): Reverse. diff --git a/lisp/gnus-start.el b/lisp/gnus-start.el index 215540e..c02293f 100644 --- a/lisp/gnus-start.el +++ b/lisp/gnus-start.el @@ -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 ) "\\|")