diff options
author | fpi | 2021-01-31 15:09:56 +0100 |
---|---|---|
committer | fpi | 2021-01-31 15:11:26 +0100 |
commit | 053a3445ffbf21fab758bf44cc568db52d174d4d (patch) | |
tree | 65e4140698a23d9224a6005f12f75765293407cf | |
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)) |