On Sun, Dec 16 2007, [EMAIL PROTECTED] 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/
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to