Gnus development mailing list
 help / color / mirror / Atom feed
* how gnus-parameter works when several regexps match
@ 2011-02-10 12:04 Francis Moreau
  2011-02-10 13:05 ` Tassilo Horn
  0 siblings, 1 reply; 5+ messages in thread
From: Francis Moreau @ 2011-02-10 12:04 UTC (permalink / raw)
  To: ding

Hi,

let say I have this (taken from the gnus documentation):

     (setq gnus-parameters
           '(("mail\\..*"
              (gnus-show-threads nil)
              (gnus-use-scoring nil)
              (gnus-summary-line-format
               "%U%R%z%I%(%[%d:%ub%-23,23f%]%) %s\n")
              (gcc-self . t)
              (display . all))

             ("^nnimap:\\(foo.bar\\)$"
              (to-group . "\\1"))

             ("mail\\.me"
              (gnus-use-scoring  t))))

I'm wondering what the group parameters are for the group named
'mail.me'.

Does it have group parameters defined by "mail\\.*" _and_ "mail\\.me" or
only the last one ?

I tried and it seems that it uses only the last match. If so is it
possible to change this behaviour ?

Thanks
-- 
Francis



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-02-11 10:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-10 12:04 how gnus-parameter works when several regexps match Francis Moreau
2011-02-10 13:05 ` Tassilo Horn
2011-02-10 22:09   ` Francis Moreau
2011-02-11  8:26     ` Tassilo Horn
2011-02-11 10:45       ` Francis Moreau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).