From b100ec85d7167c3086bdbc58b8fb0e44925bc5f3 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sun, 19 Sep 2010 20:40:54 +0200 Subject: [PATCH] Remove [] from the list of bogus characters. This allows selecting certain Gmail groups. --- lisp/ChangeLog | 3 +++ lisp/gnus-start.el | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a30d0343f..43c174dc8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2010-09-19 Lars Magne Ingebrigtsen + * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of + bogus characters. This allows selecting certain Gmail groups. + * nnimap.el (nnimap-find-wanted-parts-1): New function. (nnimap-fetch-partial-articles): New variable. (nnimap-open-connection): When looking for credentials, also use the diff --git a/lisp/gnus-start.el b/lisp/gnus-start.el index 2f2e2a4f1..f4745c184 100644 --- a/lisp/gnus-start.el +++ b/lisp/gnus-start.el @@ -268,7 +268,7 @@ not match this regexp will be removed before saving the list." (mapconcat 'identity '("^to\\." ; not "real" groups "^[0-9. \t]+\\( \\|$\\)" ; all digits in name - "^[\"][]\"[#'()]" ; bogus characters + "^[\"][\"#'()]" ; bogus characters ) "\\|") "*A regexp to match uninteresting newsgroups in the active file. -- 2.25.1