Other Marks Marking Articles Setting Process Marks
All the marking commands understand the numeric prefix.
M c
M-u |
Clear all readedness-marks from the current article
( |
M t
! |
Tick the current article ( |
M ?
? |
Mark the current article as dormant
( |
M d
d |
Mark the current article as read
( |
D |
Mark the current article as read and move point to the previous line
( |
M k
k |
Mark all articles that have the same subject as the current one as read,
and then select the next unread article
( |
M K
C-k |
Mark all articles that have the same subject as the current one as read
( |
M C |
Mark all unread articles as read ( |
M C-c |
Mark all articles in the group as read---even the ticked and dormant
articles ( |
M H |
Catchup the current group to point
( |
C-w |
Mark all articles between point and mark as read
( |
M V k |
Kill all articles with scores below the default score (or below the
numeric prefix) ( |
M e
E |
Mark the current article as expirable
( |
M b |
Set a bookmark in the current article
( |
M B |
Remove the bookmark from the current article
( |
M V c |
Clear all marks from articles with scores over the default score (or
over the numeric prefix) ( |
M V u |
Tick all articles with scores over the default score (or over the
numeric prefix) ( |
M V m |
Prompt for a mark, and mark all articles with scores over the default
score (or over the numeric prefix) with this mark
( |
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
SPACE) will move to the next article, whether it is unread or not.
The default is t
.