summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfpi2021-01-31 15:09:56 +0100
committerfpi2022-03-17 14:37:57 +0100
commit1ff5fcde58d3fee13476307f775f6a4cd9ead7af (patch)
treea95a74f036a1aec6ed491d100f6a63d427f03377
parentMake scoring section more generic (diff)
Keep temporary score rules for longer
-rw-r--r--gnus.org5
1 files changed, 5 insertions, 0 deletions
diff --git a/gnus.org b/gnus.org
index 1a7f454..d0bc434 100644
--- a/gnus.org
+++ b/gnus.org
@@ -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))