Re: Mark articles/replies in thread in which I replied previously

Dan Christensen <[email protected]> Fri, 02 Aug 2024 16:41:45 -0400
Newsgroups gmane.emacs.gnus.general
Message-ID <[email protected]>
> I want to mark articles/replies in a thread that I replied previously so
> I don't loose track of threads I replied too.

I increase the score of threads that I reply to using:

  (add-hook 'message-sent-hook 'gnus-score-followup-thread)

The docstring says:

  Add SCORE to all later articles in the thread the current buffer is
  part of.

This doesn't mark them, but might be useful instead of that.

Dan