diff options
author | fpi | 2021-01-31 15:09:56 +0100 |
---|---|---|
committer | fpi | 2022-03-17 14:37:57 +0100 |
commit | 1ff5fcde58d3fee13476307f775f6a4cd9ead7af (patch) | |
tree | a95a74f036a1aec6ed491d100f6a63d427f03377 | |
parent | Make scoring section more generic (diff) |
Keep temporary score rules for longer
-rw-r--r-- | gnus.org | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -185,6 +185,11 @@ To define different scoring files for different groups I set [[info:gnus#Home Sc ("^nntp\\+localhost" "nntp_global.ADAPT"))) #+end_src For information about adaptive scoring see [[info:gnus#Adaptive Scoring][info:gnus#Adaptive Scoring]] and this [[https://notes.whatthefuck.computer/1417593600.0-note.html][blog post]] by Ryan Rix. + +Temporary scores by default expire after 7 days. I want a slightly longer threshold. +#+begin_src emacs-lisp +(setq gnus-score-expiry-days 14) +#+end_src ***** Score File Setup #+begin_src emacs-lisp (setq gnus-use-adaptive-scoring '(word line)) |