Gnus development mailing list
 help / color / mirror / Atom feed
From: Christer Ekholm <che@chrekh.se>
Subject: How to prevent ticked articles to raise score every time I exit a group?
Date: Wed, 16 Feb 2005 23:48:47 +0100	[thread overview]
Message-ID: <86hdkct92o.fsf@poke.chrekh.se> (raw)

Hi!

I'm using adaptive scoring, and thats a wonderful thing. I like to
raise the score for articles I have ticked, so I have currently

(setq gnus-default-adaptive-score-alist
      '((gnus-kill-file-mark)
	(gnus-ancient-mark)
	(gnus-low-score-mark)
	(gnus-unread-mark)
	(gnus-catchup-mark (from -1) (subject  -2) (followup -1) (message-id -1) )
	(gnus-read-mark    (from  4) (subject   5) (followup  3) (message-id  2) (references 2) )
	(gnus-killed-mark  (from -2) (subject -15) (followup -3) )
	(gnus-ticked-mark  (from  5) (subject  10) (followup  3) )
	(gnus-dormant-mark (from  5) (subject   8) (followup  3) )
	(gnus-del-mark     (from -2) (subject -10) (followup -3) )
		       ))

The problem is that the intresting ticked article raise the score
every time I read the group. Is there any way I can raise the score
for ticked articles only the first time?




                 reply	other threads:[~2005-02-16 22:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=86hdkct92o.fsf@poke.chrekh.se \
    --to=che@chrekh.se \
    /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).