all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: James Thomas <jimjoe@gmx.net>
To: help-gnu-emacs@gnu.org
Subject: Re: Gnus: Permanently killing a thread?, Re: Gnus: Permanently killing a thread?, Re: Gnus: Permanently killing a thread?
Date: Sat, 28 Dec 2024 11:10:22 +0530	[thread overview]
Message-ID: <86wmfkicvt.fsf@gmx.net> (raw)
In-Reply-To: <87ldwmgo15.fsf@librehacker.com> (Christopher Howard's message of "Wed, 11 Dec 2024 07:52:38 -0900, Wed, 11 Dec 2024 11:25:28 -0900, Thu, 12 Dec 2024 07:12:51 -0900")

Christopher Howard wrote:

> Hi, in Gnus I frequently use gnus-summary-kill-same-subject (C-k) to
> kill threads that are of no interest to me. However, when I am reading
> news the next day, I have to deal again with new messages from that
> thread. I'm wondering if I have a mechanism in Gnus to permanently
> hide a thread.
>
> In the manual, am seeing a lot of information about thread scoring,
> but I'm not sure if/how that is something I can leverage toward this
> end.

Yes. I just use:

  (setq gnus-use-adaptive-scoring '(word))

The default value of gnus-default-adaptive-score-alist includes killing,
which means that manual scoring of this sort:

>> ..kill files are allegedly slow. So what you do instead is 'L', which
>> allows you to lower the score of a thread, and then you can use 'V x'
>> to set the score below which messages are automatically hidden (I
>> donʼt remember offhand if the effect of 'V x' is permanent or not, as
>> I donʼt really use scoring).

...is unnecessary for me, but you should be able to use 'L s'.

> The score approaches sounds find, except I was just wondering: Is the
> score somehow portable across multiple computers? I use multiple
> backends, including nnimap, nnatom, nnrss, and nntp. However, focusing
> on the IMAP messages, it seems that if I mark a message as read (which
> I think is basically the same thing as "killing" it) then the message
> is still marked as read when I login via Gnus on a different computer.
> Would hiding still work if I was just marking messages with a low
> score?

Scoring is orthogonal to marks and the score files may be synced.

Christopher Howard wrote:

>> IMAP is a bit of a special case; where possible (always, perhaps?)
>> Gnus will use IMAP flags stored on the server for representing things
>> like readedness marks, ticks, etc.
>
> I'm working through the manual sections on scoring, and it says that
> messages below a certain score threshold are marked as read. So I
> think that would take care of the concern I have, since it appears
> that (somehow or other) messages marked "read" are also marked as such
> on the IMAP server itself.

Yes. The 'Y' mark makes the message read when you 'c' or 'q'.

--



  parent reply	other threads:[~2024-12-28  5:40 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-11 16:52 Gnus: Permanently killing a thread? Christopher Howard
2024-12-11 17:58 ` Robert Pluim
2024-12-11 20:25   ` Christopher Howard
2024-12-11 20:42     ` Greg Farough
2024-12-12 10:08     ` Joel Reicher
2024-12-12 16:12       ` Christopher Howard
2024-12-12 21:12         ` Joel Reicher
2024-12-13 23:08       ` Björn Bidar
     [not found]       ` <675cbe7a.170a0220.2de1ab.4598SMTPIN_ADDED_BROKEN@mx.google.com>
2024-12-14 12:08         ` Joel Reicher
2024-12-28  5:40       ` James Thomas [this message]
2024-12-11 18:17 ` Manuel Giraud via Users list for the GNU Emacs text editor

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=86wmfkicvt.fsf@gmx.net \
    --to=jimjoe@gmx.net \
    --cc=help-gnu-emacs@gnu.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.