There are some marks that have nothing to do with whether the article is read or not.
gnus-replied-mark
).
All articles that you have forwarded will be marked with an `F' in
the second column (gnus-forwarded-mark
).
Articles that are "recently" arrived in the group will be marked
with an `N' in the second column (gnus-recent-mark
). Most
back end doesn't support the mark, in which case it's not shown.
gnus-cached-mark
). See section 3.12 Article Caching.
gnus-saved-mark
).
gnus-recent-mark
). Note that not all back ends support this
mark, in which case it simply never appear.
gnus-unseen-mark
).
gnus-not-empty-thread-mark
and
gnus-empty-thread-mark
in the third column, respectively.
gnus-process-mark
). A
variety of commands react to the presence of the process mark. For
instance, X u (gnus-uu-decode-uu
) will uudecode and view
all articles that have been marked with the process mark. Articles
marked with the process mark have a `#' in the second column.
You might have noticed that most of these "non-readedness" marks appear in the second column by default. So if you have a cached, saved, replied article that you have process-marked, what will that look like?
Nothing much. The precedence rules go as follows: process -> cache -> replied -> saved. So if the article is in the cache and is replied, you'll only see the cache mark and not the replied mark.
Go to the first, previous, next, last section, table of contents.