Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Balker Rasmussen <lbr@mjolner.dk>
Subject: Re: Howto kill all but a few articles in a group?
Date: 02 Oct 1997 16:39:12 +0200	[thread overview]
Message-ID: <0fg1qk5iwf.fsf@odin.mjolner.dk> (raw)
In-Reply-To: Stefan Waldherr's message of "01 Oct 1997 18:02:40 -0400"

Stefan Waldherr <swa@cs.cmu.edu> writes:
> ;; articles with less than -1000 get removed from summary
> (
>  ("subject"
>   ;; nuke everything
>   (".*" -1001 nil R)
>   ;; but leave stuff with call
>   ("[cC][aA][lL][lL]" 0 nil R)
>   )
> )
> 
> would do the job. Well, apparently not. It seems that gnus does not apply the
> entries sequentially. Any hints?

It does, but it ADDS UP the scores, it doesn't SET it.  So, change the 0
to 1001.
-- 
Lars Balker Rasmussen, Software Engineer, Mjolner Informatics ApS
lbr@mjolner.dk


      reply	other threads:[~1997-10-02 14:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-10-01 22:02 Stefan Waldherr
1997-10-02 14:39 ` Lars Balker Rasmussen [this message]

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=0fg1qk5iwf.fsf@odin.mjolner.dk \
    --to=lbr@mjolner.dk \
    /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).