Gnus development mailing list
 help / color / mirror / Atom feed
From: Gerald.Preissler@gmx.de
Subject: problem with thread scoring
Date: 25 Aug 1999 11:43:49 +0200	[thread overview]
Message-ID: <87k8qkjiui.fsf@nathan.localnet> (raw)


Hi folks!

What I want to do :

I want to lower the score for (sub-)threads that I´m no interested in.
I try to use adaptive scoring to lower the score for any reply to an
article that I have marked with gnus-del-mark or that has gnus-low-
score-mark.

The score list I came up with is :

(defvar gnus-default-adaptive-score-alist
       '((gnus-unread-mark)
         (gnus-ticked-mark)
         (gnus-dormant-mark (from 5))
         (gnus-del-mark (thread -1))
         (gnus-read-mark)
         (gnus-expirable-mark)
         (gnus-killed-mark)
         (gnus-kill-file-mark)
         (gnus-ancient-mark)
         (gnus-low-score-mark (thread -1))
         (gnus-catchup-mark) ))

Unfortunatly, this does not work as expected. When I score down some
threads and try to leave the group, gnus complains with :
Symbol´s function definition is void: thread

My questions are :
- what am I doing wrong?
- is this a sensible way to achive what I want in the first place?

And an other thing :

>From reading the info file I learned that using adaptive scoring together
with auto-expiry is bad because adaptive scoring is messed up by the
expirable mark set by auto expiry. Does this mean that I can use the two
together if I *don´t* score on gnus-expirable-mark as in the example
above?

thanks
        Jerry

-- 
Just being paranoid does not mean they´re *not* out to get you...


             reply	other threads:[~1999-08-25  9:43 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-08-25  9:43 Gerald.Preissler [this message]
1999-08-25 10:40 ` Toby Speight
1999-08-25 10:57   ` Shaun Lipscombe
1999-08-25 11:15     ` Alexandre Oliva
1999-08-25 11:20     ` Toby Speight
1999-08-25 12:14     ` Kai Großjohann
1999-08-25 18:36   ` Gerald.Preissler
1999-08-30 14:23     ` Robert Bihlmeyer

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=87k8qkjiui.fsf@nathan.localnet \
    --to=gerald.preissler@gmx.de \
    /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).