Gnus development mailing list
 help / color / mirror / Atom feed
* Disabling adaptive scoring for particular groups
@ 2003-01-20 20:30 Frank Haun
  2003-01-21  5:41 ` Matt Armstrong
  0 siblings, 1 reply; 4+ messages in thread
From: Frank Haun @ 2003-01-20 20:30 UTC (permalink / raw)


I have in my gnus.el `(setq gnus-use-adaptive-scoring '(line))', but I
want to disable adaptive scoring for e.g. nnml groups. Setting
`gnus-use-adaptive-scoring' in `gnus-parameters' to nil still produces
nnml*.ADAPT files.

The following doesn't work, should it?

;; still getting nnml*.ADAPT files
(setq gnus-parameters
      '(("^nnml"
	 (gnus-use-adaptive-scoring nil))))

I found a solution, but is this the correct way by setting the variable
`gnus-newsgroup-adaptive'?

;; no nnml*.ADAPT files
(setq gnus-parameters
      '(("^nnml"
	 (gnus-newsgroup-adaptive nil))))

Frank



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-01-21 13:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-20 20:30 Disabling adaptive scoring for particular groups Frank Haun
2003-01-21  5:41 ` Matt Armstrong
2003-01-21  5:55   ` Matt Armstrong
2003-01-21 13:40   ` Reiner Steib

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