diff options
| author | fpi | 2020-08-01 18:10:25 +0200 | 
|---|---|---|
| committer | fpi | 2020-08-01 18:26:34 +0200 | 
| commit | ba50c87d9092724138eadb52943280594abe1ffe (patch) | |
| tree | 1be9cbf9e0c7f6347c8d4c75f68aa735bdfe9a05 | |
| parent | Add some ignored words for adaptive scoring (diff) | |
Adjust adaptive scoring rules
| -rw-r--r-- | gnus.org | 6 | 
1 files changed, 3 insertions, 3 deletions
@@ -155,10 +155,10 @@ See [[info:gnus#Adaptive Scoring][info:gnus#Adaptive Scoring]] and this [[https:        '(          <<gnus-adaptive-scoring-wo-from>>))  (setq gnus-default-adaptive-word-score-alist -      `((,gnus-read-mark . 5) -        (,gnus-catchup-mark . -5) +      `((,gnus-read-mark . 10) +        (,gnus-catchup-mark . -4)          (,gnus-killed-mark . -15) -        (,gnus-del-mark . -10)) +        (,gnus-del-mark . -8))        )  ;; (setq gnus-adaptive-word-score-alist gnus-default-adaptive-word-score-alist)  #+end_src  | 
