All the marking commands understand the numeric prefix.
Clear all readedness-marks from the current article
(gnus-summary-clear-mark-forward
). In other words, mark the
article as unread.
Tick the current article (gnus-summary-tick-article-forward
).
See Article Caching.
Mark the current article as dormant
(gnus-summary-mark-as-dormant
). See Article Caching.
Mark the current article as read
(gnus-summary-mark-as-read-forward
).
Mark the current article as read and move point to the previous line
(gnus-summary-mark-as-read-backward
).
Mark all articles that have the same subject as the current one as read,
and then select the next unread article
(gnus-summary-kill-same-subject-and-select
).
Mark all articles that have the same subject as the current one as read
(gnus-summary-kill-same-subject
).
Mark all unread articles as read (gnus-summary-catchup
).
Mark all articles in the group as read—even the ticked and dormant
articles (gnus-summary-catchup-all
).
Catchup the current group to point (before the point)
(gnus-summary-catchup-to-here
).
Catchup the current group from point (after the point)
(gnus-summary-catchup-from-here
).
Mark all articles between point and mark as read
(gnus-summary-mark-region-as-read
).
Kill all articles with scores below the default score (or below the
numeric prefix) (gnus-summary-kill-below
).
Mark the current article as expirable
(gnus-summary-mark-as-expirable
).
Set a bookmark in the current article
(gnus-summary-set-bookmark
).
Remove the bookmark from the current article
(gnus-summary-remove-bookmark
).
Clear all marks from articles with scores over the default score (or
over the numeric prefix) (gnus-summary-clear-above
).
Tick all articles with scores over the default score (or over the
numeric prefix) (gnus-summary-tick-above
).
Prompt for a mark, and mark all articles with scores over the default
score (or over the numeric prefix) with this mark
(gnus-summary-clear-above
).
The gnus-summary-goto-unread
variable controls what action should
be taken after setting a mark. If non-nil
, point will move to
the next/previous unread article. If nil
, point will just move
one line up or down. As a special case, if this variable is
never
, all the marking commands as well as other commands (like
SPC) will move to the next article, whether it is unread or not.
The default is t
.