Summary Sorting The Summary Buffer Alternative Approaches
^ |
If you'd like to read the parent of the current article, and it is not
displayed in the summary buffer, you might still be able to. That is,
if the current group is fetched by NNTP, the parent hasn't expired
and the If given a positive numerical prefix, fetch that many articles back into the ancestry. If given a negative numerical prefix, fetch just that ancestor. So if you say 3 ^, Gnus will fetch the parent, the grandparent and the grandgrandparent of the current article. If you say -3 ^, Gnus will only fetch the grandgrandparent of the current article. |
A R (Summary) |
Fetch all articles mentioned in the |
A T (Summary) |
Display the full thread where the current article appears
(
The |
M-^ (Summary) |
You can also ask the NNTP server for an arbitrary article, no
matter what group it belongs to. M-^
( |
The current select method will be used when fetching by
Message-ID
from non-news select method, but you can override this
by giving this command a prefix.
If the group you are reading is located on a backend that does not
support fetching by Message-ID
very well (like nnspool
),
you can set gnus-refer-article-method
to an NNTP method. It
would, perhaps, be best if the NNTP server you consult is the one
updating the spool you are reading from, but that's not really
necessary.
Most of the mail backends support fetching by Message-ID
, but do
not do a particularly excellent job at it. That is, nnmbox
and
nnbabyl
are able to locate articles from any groups, while
nnml
and nnfolder
are only able to locate articles that
have been posted to the current group. (Anything else would be too time
consuming.) nnmh
does not support this at all.