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

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

gnus-parameters for topics


From: Pranav K. Tiwari
Subject: gnus-parameters for topics
Date: Thu, 08 Jul 2004 11:39:21 +0530
User-agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (windows-nt)

I use gnus-parameters to set group properties. A snippet of my
configuration is attached below.

(setq gnus-parameters
      '(("^nnimap.*INBOX$"
         (expiry-target . "nnml:expired.%Y-%m")
         (visible . t)
         (expiry-wait . immediate))
        ("^nnimap.*work*$"
         (expiry-target . "nnml:expired-work.%Y-%m")
         (visible . t)
         (expiry-wait . immediate))))


I believe gnus-parameters can be used with topics as well - as the info
says. Can someone give me an example? I have a topic "1Urgent" and I want
to set expiry-target for all the groups under that topic, I tried the
following:

(setq gnus-parameters
      '(("^nnimap.*INBOX$"
         (expiry-target . "nnml:expired.%Y-%m")
         (visible . t)
         (expiry-wait . immediate))
        ("^nnimap.*work*$"
         (expiry-target . "nnml:expired-work.%Y-%m")
         (visible . t)
         (expiry-wait . immediate))
         (setq gnus-parameters
      '(("^nnimap.*INBOX$"
         (expiry-target . "nnml:expired.%Y-%m")
         (visible . t)
         (expiry-wait . immediate))
        ("^1Urgent$"
         (expiry-target . "nnml:expired-urgent.%Y-%m")
         (visible . t)
         (expiry-wait . immediate))))))
         
But that didn't make a difference.

1. Can someone share an example of using gnus-parameters for topics?

2. How does gnus resolve the conflicts in gnus-parameters? Does it apply
   parameters based on first match in the list, last match, best match ..

TIA.
-p



-- 
Pranav Tiwari.


reply via email to

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