Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Reiner Steib <reinersteib+gmane@imap.cc>
To: info-gnus-english@gnu.org
Subject: Re: gnus-parameters
Date: Sun, 16 Dec 2007 19:53:50 +0100	[thread overview]
Message-ID: <v9sl22fp35.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <87y7bu4k89.fsf@newsguy.com>

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	other threads:[~2007-12-16 18:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-16 17:34 gnus-parameters reader
2007-12-16 18:53 ` Reiner Steib [this message]
2007-12-16 22:40   ` gnus-parameters reader
     [not found]   ` <mailman.5077.1197844885.18990.info-gnus-english@gnu.org>
2007-12-17 21:10     ` gnus-parameters Adam Sjøgren
  -- strict thread matches above, loose matches on Subject: below --
2002-09-30 13:37 gnus-parameters Boris Daix

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=v9sl22fp35.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+gmane@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    --cc=info-gnus-english@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).