Globally enable Gnus' scoring

Scoring didn't work in my IMAP mailing list folders, but not it should.  In all
other folders, as long as there is no scoring file, nothing should happen.
This commit is contained in:
Daniel - 2020-12-03 18:03:48 +01:00
parent 0ea56b203b
commit 81e193e1bc
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 4 additions and 13 deletions

17
init.el
View File

@ -1604,8 +1604,9 @@
;; Adaptive Scoring
(setq gnus-use-scoring nil
gnus-use-adaptive-scoring nil
(setq gnus-use-scoring t
gnus-use-adaptive-scoring '(word line)
gnus-summary-mark-below nil
gnus-adaptive-word-length-limit 5
gnus-adaptive-word-no-group-words t
gnus-default-adaptive-score-alist
@ -1620,17 +1621,7 @@
(gnus-ancient-mark)
(gnus-low-score-mark)
(gnus-catchup-mark (from -1) (subject -1)))
gnus-summary-mark-below nil
gnus-parameters '(("^nnimap.*"
(gnus-use-scoring nil))
("^nnimap.*:lists.*"
(gnus-use-scoring t)
(gnus-use-adaptive-scoring '(word line)))
("^nntp.*"
(gnus-use-scoring nil)
(gnus-summary-mark-below -1000)
(gnus-use-adaptive-scoring '(word line)))))
gnus-summary-mark-below nil)
;; Gnus Registry