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

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

Re: Marking spam with GMail


From: Jose A. Ortega Ruiz
Subject: Re: Marking spam with GMail
Date: Mon, 26 May 2008 15:22:06 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

pocm@soton.ac.uk (Paulo Jorge de O. C. de Matos) writes:

> "Jose A. Ortega Ruiz" <jao@gnu.org> writes:
>
>
>>   (setq gnus-ignored-newsgroups
>>         "^to\\.\\|^[0-9.     ]+\\( \\|$\\)\\|^[\"]]\"[#'()]")
>>
>>
>
> Thanks, that might be it. From someone who is not really understanding
> this line completely why have you left so many spaced inside the
> [0-9. ... ] part?
>

This should be a space followed by a single TAB character: you can use
\t instead:

   (setq gnus-ignored-newsgroups
         "^to\\.\\|^[0-9. \t]+\\( \\|$\\)\\|^[\"]]\"[#'()]")

If you want to include folder names with spaces in them, keep out the
space. 

HTH,
jao
-- 
Lisp has assisted a number of our most gifted fellow humans in
thinking previously impossible thoughts. —Edsger Dijkstra



reply via email to

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