Gnus development mailing list
 help / color / mirror / Atom feed
From: Eric S Fraga <e.fraga@ucl.ac.uk>
To: ding@gnus.org
Subject: Re: subscribe to thread or topic
Date: Fri, 26 Apr 2019 06:42:51 +0100	[thread overview]
Message-ID: <871s1pjp9g.fsf@ucl.ac.uk> (raw)
In-Reply-To: <86zhodbtc8.fsf@zoho.eu>

On Friday, 26 Apr 2019 at 00:41, Emanuel Berg wrote:
> Eric S Fraga wrote:
>
>>>> If you want, you can really get crazy
>>>> with scoring.
>>>
>>> OK, only that won't work on me, unless you
>>> also have some Elisp to make me sane first?
>>
>> Most of the scoring customizations are done
>> through gnus variables. I use scoring (both
>> manual ad adaptive) a lot and have no
>> specific elisp code other than setq...
>
> ... :)

Okay:

#+begin_src emacs-lisp
  (setq gnus-default-adaptive-score-alist
        '(;(gnus-kill-file-mark)
          ;;(gnus-unread-mark)
          ;; (gnus-read-mark (from 5) (subject 30))
          (gnus-replied-mark (from 50) (subject 10))
          (gnus-read-mark (from 30) (subject 10))
          (gnus-cached-mark (from 30) (subject 10))
          (gnus-forwarded-mark (from 10) (subject 5))
          (gnus-saved-mark (from 10) (subject 5))
          (gnus-expirable-mark (from -5) (subject -10))
          (gnus-catchup-mark (from -5) (subject -30))
          (gnus-killed-mark (subject -100))
          (gnus-del-mark (from -10) (subject -50)))
        gnus-default-adaptive-word-score-alist '((42 . 3) ;cached
                                                 (65 . 2) ;replied
                                                 (70 . 1) ;forwarded
                                                 (82 . 1) ;read
                                                 (67 . -1) ;catchup
                                                 (69 . -1) ;expired
                                                 (75 . -3) ;killed
                                                 (114 . -3)) ;deleted
        gnus-thread-sort-functions '(gnus-thread-sort-by-date gnus-thread-sort-by-total-score)
        gnus-use-adaptive-scoring '(word line)
        )
#+end_src

although default settings for all of the above are reasonable.
-- 
Eric S Fraga via Emacs 27.0.50 & org 9.2.3 on Debian buster/sid




  reply	other threads:[~2019-04-26  5:42 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-17 23:55 Emanuel Berg
2019-04-18 12:49 ` Dave Marquardt
2019-04-25  6:18 ` Tassilo Horn
2019-04-25  7:00   ` Emanuel Berg
2019-04-25  9:16     ` Eric S Fraga
2019-04-25 22:41       ` Emanuel Berg
2019-04-26  5:42         ` Eric S Fraga [this message]
2019-04-26  6:32           ` Emanuel Berg
2019-04-26 16:01             ` Eric S Fraga
2019-04-27 20:32               ` Emanuel Berg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871s1pjp9g.fsf@ucl.ac.uk \
    --to=e.fraga@ucl.ac.uk \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).