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

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

Re: gnus-parameters


From: Reiner Steib
Subject: Re: gnus-parameters
Date: Sun, 16 Dec 2007 19:53:50 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux)

On Sun, Dec 16 2007, reader@newsguy.com wrote:

>  (setq gnus-parameters
>        '(("[Ss]pam[0-9]*$\\|_ex$"
>           (total-expire . t)
>           (expiry-wait . 18))
>          (gnus-visible-headers
>            ("\.bk$"
>             ("^X-Spam-Report:.*_FARAWAY_")))))

Please describe *what* you are trying to achieve.

My best guess is that you'd like to _add_ X-Spam-Report in all groups
matching "\.bk$".  This would be...

(setq gnus-parameters
      '(("[Ss]pam[0-9]*$\\|_ex$"
         (total-expire . t)
         (expiry-wait . 18))
        ("\\.bk$"
         (gnus-visible-headers
          (concat gnus-visible-headers "\\|^X-Spam-Report:")))))

> Can someone tell me first off if `gnus-visible-headers' is something
> that can be handled in `gnus-parameters'.  

It can.

> The manual talks about it and mentions that `visible' doesn't work.
> So I wasn't sure if that would include `gnus-VISIBLE-headers'.

No.

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]