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

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

Re: use gnus-agent-fetch-selected-article only in certain groups


From: Reiner Steib
Subject: Re: use gnus-agent-fetch-selected-article only in certain groups
Date: Mon, 13 Dec 2004 18:07:55 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

On Mon, Dec 13 2004, Uwe Brauer wrote:

> (require 'gnus-sum) ;; gnus-select-article-hook is defined there.
> (setq gnus-parameters
>       '(("nnimap+ucmail.ucm.es:MAILBOX"

The regular expression "nnimap+ucmail.ucm.es:MAILBOX" matches the
strings "nnimapucmail.ucm.es:MAILBOX", "nnimappucmail.ucm.es:MAILBOX",
"nnimapppppppppucmail.ucm.es:MAILBOX", but not
"nnimap+ucmail.ucm.es:MAILBOX".

You should use "nnimap\\+ucmail.ucm.es:MAILBOX" or more correctly
"^nnimap\\+ucmail\\.ucm\\.es:MAILBOX".  See the node on regular
expressions in the (X)Emacs manual.  In Emacs it is (info
"(emacs)Regexps").

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/


reply via email to

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