Gnus development mailing list
 help / color / mirror / Atom feed
From: Tassilo Horn <tsdh@gnu.org>
To: ding@gnus.org
Subject: Re: subscribe to thread or topic
Date: Thu, 25 Apr 2019 08:18:14 +0200	[thread overview]
Message-ID: <87muke7gm1.fsf@gnu.org> (raw)
In-Reply-To: <867ebs9ofl.fsf@zoho.eu> (Emanuel Berg's message of "Thu, 18 Apr 2019 01:55:58 +0200")

Emanuel Berg <moasenwood@zoho.eu> writes:

> I know about scoring and how to use it
> technically, but, if that is the answer, please
> provide an example.

It is the answer!

;; Sort threads by total score, then by date of most recent article,
;; then by number.
(setq gnus-thread-sort-functions '(gnus-thread-sort-by-number
				   gnus-thread-sort-by-most-recent-date
				   gnus-thread-sort-by-total-score))

;; Score up followup articles
(add-hook 'message-sent-hook #'gnus-score-followup-article)

I also use adaptive scoring so that threads get their scores adapted
depending on if I've read messages from them.  If you want, you can
really get crazy with scoring.

> Will plain up-scoring really help as you must
> wade thru the material anyway?
> Or is there a shortcut to got to the high
> score article?
 
If you sort by score, you'll have the important stuff on top.

Bye,
Tassilo



  parent reply	other threads:[~2019-04-25  6:18 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 [this message]
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
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=87muke7gm1.fsf@gnu.org \
    --to=tsdh@gnu.org \
    --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).