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

Björn Bidar <[email protected]> Sat, 03 Aug 2024 12:23:50 +0300
Newsgroups gmane.emacs.gnus.general
Message-ID <[email protected]>
Dan Christensen <[email protected]> writes:

>> 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

That sounds like a good in between change.

Thank you.