I am new to gnus. I am trying to mark a thread as read. However, it is
still unclear to me how to do that. There is the command
gnus-summary-kill-thread:
gnus-summary-kill-thread is an interactive native-compiled Lisp
function in ‘gnus-sum.el’.
(gnus-summary-kill-thread
Adam Sjøgren writes:
> I recently had the same need, and solved it by making my own function
> based on gnus-summary-kill-thread:
>
> (defun asjo-gnus-summary-mark-thread-read ()
> "Mark articles under current thread as read."
> (interactive "" gnus-summary-mode)
> (let ((ar