Remove [] from the list of bogus characters.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sun, 19 Sep 2010 18:40:54 +0000 (20:40 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sun, 19 Sep 2010 18:40:54 +0000 (20:40 +0200)
This allows selecting certain Gmail groups.

lisp/ChangeLog
lisp/gnus-start.el

index a30d034..43c174d 100644 (file)
@@ -1,5 +1,8 @@
 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * 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
        * 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
index 2f2e2a4..f4745c1 100644 (file)
@@ -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
   (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.
               )
             "\\|")
   "*A regexp to match uninteresting newsgroups in the active file.