(Score Decays): `gnus-decay-scores' can be a regexp
authorReiner Steib <Reiner.Steib@gmx.de>
Mon, 3 Jan 2005 16:05:55 +0000 (16:05 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Mon, 3 Jan 2005 16:05:55 +0000 (16:05 +0000)
matching score files as well.

texi/ChangeLog
texi/gnus.texi

index 0f02e51..04b0045 100644 (file)
@@ -1,3 +1,8 @@
+2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
+       matching score files as well.
+
 2005-01-02  Romain Francoise  <romain@orebokech.com>
 
        * gnus-news.texi: Mention the new method used to hide headers.
index 58997fa..5c5badd 100644 (file)
@@ -20535,9 +20535,12 @@ Gnus provides a mechanism for decaying scores to help with this problem.
 When score files are loaded and @code{gnus-decay-scores} is
 non-@code{nil}, Gnus will run the score files through the decaying
 mechanism thereby lowering the scores of all non-permanent score rules.
-The decay itself if performed by the @code{gnus-decay-score-function}
-function, which is @code{gnus-decay-score} by default.  Here's the
-definition of that function:
+If @code{gnus-decay-scores} is a regexp, only score files matching this
+regexp are treated.  E.g. you may set it to @samp{\\.ADAPT\\'} if only
+@emph{adaptive} score files should be decayed.  The decay itself if
+performed by the @code{gnus-decay-score-function} function, which is
+@code{gnus-decay-score} by default.  Here's the definition of that
+function:
 
 @lisp
 (defun gnus-decay-score (score)