Gnus development mailing list
 help / color / mirror / Atom feed
From: Romain Francoise <romain@orebokech.com>
Subject: Re: Decay only certain/adaptive score files
Date: Mon, 03 Jan 2005 18:22:40 +0100	[thread overview]
Message-ID: <87r7l2o2an.fsf@orebokech.com> (raw)
In-Reply-To: <v9y8fampuc.fsf@marauder.physik.uni-ulm.de> (Reiner Steib's message of "Mon, 03 Jan 2005 17:36:59 +0100")

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.



  reply	other threads:[~2005-01-03 17:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-01-03 16:36 Reiner Steib
2005-01-03 17:22 ` Romain Francoise [this message]
2005-01-03 22:54   ` Reiner Steib

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r7l2o2an.fsf@orebokech.com \
    --to=romain@orebokech.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).