[email protected] (Kamil Jońca) writes:

>> 2. Why gnus can't see mailboxes within namespaces begin with "#" 
>
> Sorry for that, after setting gnus-ignored-newsgroups all mailboxes
> appeared.

Which reminds me.  Is there any reason for the current default for
`gnus-ignored-newsgroups'?

(defcustom gnus-ignored-newsgroups
  (mapconcat 'identity
             '("^to\\."                 ; not "real" groups
               "^[0-9. \t]+\\( \\|$\\)" ; all digits in name
               "^[\"][\"#'()]"  ; bogus characters
               )
             "\\|")

And I don't even understand what it's trying to do.  It won't match             
             
#hel(lo

but it will match the perfectly sensible

"#hello"

Is the regexp just totally bogus?

I think what someone may have tried to express is "unless the bogus
characters are enclosed in quotes, then remove bogus character names",
and ended up with the opposite.

Sound reasonable?

-- 
(domestic pets only, the antidote for overdose, milk.)
  [email protected] * Lars Magne Ingebrigtsen
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to