info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: nnimap - namespaces and deleting mailboxes


From: Lars Magne Ingebrigtsen
Subject: Re: nnimap - namespaces and deleting mailboxes
Date: Tue, 15 Mar 2011 20:29:26 +0100
User-agent: Gnus/5.110014 (No Gnus v0.14) Emacs/24.0.50 (gnu/linux)

kjonca@poczta.onet.pl (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.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


reply via email to

[Prev in Thread] Current Thread [Next in Thread]