Some variables relevant for moving and selecting articles:
gnus-auto-extend-newsgroup
nil
. Gnus will then fetch the article from
the server and display it in the article buffer.
gnus-select-article-hook
gnus-mark-article-hook
gnus-summary-mark-read-and-unread-as-read
, and will change the
mark of almost any article you read to gnus-unread-mark
. The
only articles not affected by this function are ticked, dormant, and
expirable articles. If you'd instead like to just have unread articles
marked as read, you can use gnus-summary-mark-unread-as-read
instead. It will leave marks like gnus-low-score-mark
,
gnus-del-mark
(and so on) alone.
Go to the first, previous, next, last section, table of contents.