Gnus development mailing list
 help / color / mirror / Atom feed
* How to prevent ticked articles to raise score every time I exit a group?
@ 2005-02-16 22:48 Christer Ekholm
  0 siblings, 0 replies; only message in thread
From: Christer Ekholm @ 2005-02-16 22:48 UTC (permalink / 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?




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-02-16 22:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-16 22:48 How to prevent ticked articles to raise score every time I exit a group? Christer Ekholm

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).