From f73286c274da933f59a725d9eba414d3ef5f3403 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Sat, 12 May 2001 08:46:17 +0000 Subject: [PATCH] 2001-05-11 Simon Josefsson * gnus-start.el (gnus-ignored-newsgroups): Also ignore NNTP type status lines without any text ("^215$"). --- lisp/ChangeLog | 5 +++++ lisp/gnus-start.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e08a7e0f6..b168cb717 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 19cffb8c4..5b661cbfc 100644 --- a/lisp/gnus-start.el +++ b/lisp/gnus-start.el @@ -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 ) "\\|") -- 2.25.1