Gnus development mailing list
 help / color / mirror / Atom feed
* Decay only certain/adaptive score files
@ 2005-01-03 16:36 Reiner Steib
  2005-01-03 17:22 ` Romain Francoise
  0 siblings, 1 reply; 3+ messages in thread
From: Reiner Steib @ 2005-01-03 16:36 UTC (permalink / raw)


Hi,

on request in gnu.emacs.gnus [1], I have installed an option that
allows to decay only adaptive score files.  In fact it's more general:

,----[ (info "(gnus)Score Decays") ]
| When score files are loaded and `gnus-decay-scores' is non-`nil',
| Gnus will run the score files through the decaying mechanism thereby
| lowering the scores of all non-permanent score rules.  If
| `gnus-decay-scores' is a regexp, only score files matching this
| regexp are treated.  E.g. you may set it to `\\.ADAPT\\'' if only
| _adaptive_ score files should be decayed.
`----

Bye, Reiner.

[1] <news:v93bycqyvp.fsf@marauder.physik.uni-ulm.de>
    http://www.google.de/groups?as_umsgid=v93bycqyvp.fsf@marauder.physik.uni-ulm.de&hl=en

-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




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

* Re: Decay only certain/adaptive score files
  2005-01-03 16:36 Decay only certain/adaptive score files Reiner Steib
@ 2005-01-03 17:22 ` Romain Francoise
  2005-01-03 22:54   ` Reiner Steib
  0 siblings, 1 reply; 3+ messages in thread
From: Romain Francoise @ 2005-01-03 17:22 UTC (permalink / raw)


Reiner Steib <reinersteib+gmane@imap.cc> writes:

> on request in gnu.emacs.gnus [1], I have installed an option that
> allows to decay only adaptive score files.

`gnus-decay-scores' is now defined twice:

(defcustom gnus-decay-scores nil
  "*If non-nil, decay non-permanent scores.

If it is a regexp, only decay score files matching regexp."
  :group 'gnus-score-decay
  :type `(choice (const :tag "never" nil)
		 (const :tag "always" t)
		 (const :tag "adaptive score files"
			,(concat "\\." gnus-adaptive-file-suffix "\\'"))
		 (regexp)))

(defcustom gnus-decay-scores nil
  "*If non-nil, decay non-permanent scores."
  :group 'gnus-score-decay
  :type 'boolean)

-- 
Romain Francoise <romain@orebokech.com> | They're nothing but cold
it's a miracle -- http://orebokech.com/ | little demons.



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

* Re: Decay only certain/adaptive score files
  2005-01-03 17:22 ` Romain Francoise
@ 2005-01-03 22:54   ` Reiner Steib
  0 siblings, 0 replies; 3+ messages in thread
From: Reiner Steib @ 2005-01-03 22:54 UTC (permalink / raw)


On Mon, Jan 03 2005, Romain Francoise wrote:

> `gnus-decay-scores' is now defined twice:[...]

Oops...  Thanks.  I've fixed it.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




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

end of thread, other threads:[~2005-01-03 22:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-03 16:36 Decay only certain/adaptive score files Reiner Steib
2005-01-03 17:22 ` Romain Francoise
2005-01-03 22:54   ` 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).