Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Adaptive scoring doesn't work
@ 2008-02-25 14:22 Guilherme Mesquita Gondim
  0 siblings, 0 replies; only message in thread
From: Guilherme Mesquita Gondim @ 2008-02-25 14:22 UTC (permalink / raw)
  To: info-gnus-english

I have this settings in my ~/.gnus:

(setq gnus-default-adaptive-score-alist
	       '((gnus-unread-mark)
		 (gnus-ticked-mark (from 4))
		 (gnus-dormant-mark (from 5))
		 (gnus-del-mark (from -4) (subject -1))
		 (gnus-read-mark (from 4) (subject 2))
		 (gnus-expirable-mark (from -1) (subject -1))
		 (gnus-killed-mark (from -1) (subject -3))
		 (gnus-kill-file-mark)
		 (gnus-ancient-mark)
		 (gnus-low-score-mark)
		 (gnus-catchup-mark (from -1) (subject -1))))

(setq gnus-parameters
      '(("mail\\..*"
	 (gnus-use-adaptive-scoring nil))
	("gmane\\..*"
	 (gnus-use-adaptive-scoring t))))

But these settings in gnus-parameters doesn't work, others settings it works
properly. 

If I do:

  (setq gnus-use-adaptive-scoring t)

The adaptive scoring works, but for all groups. :-/

	
Can anyone help me with this? :-D

Thanks,
semente

-- 
Guilherme Mesquita Gondim (semente)

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

only message in thread, other threads:[~2008-02-25 14:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-25 14:22 Adaptive scoring doesn't work Guilherme Mesquita Gondim

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