[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Marking thread as read
From: |
Michael Heerdegen |
Subject: |
Re: Marking thread as read |
Date: |
Fri, 30 Jun 2023 04:28:26 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Eric S Fraga <e.fraga@ucl.ac.uk> writes:
> I've had a chance to try this and you are correct: the documentation
> does not match the behaviour. "T k" with no argument marks all articles
> as killed which is not the same as read.
After reading the Gnus manual a bit I take "killed" as a subset of
"read". k for example behaves, and is documented, similarly.
Internally `gnus-summary-mark-article-as-read' is used, just marking is
done with `gnus-killed-mark' - probably to indicate that you have not
handled the articles by hand.
Michael.