Gnus development mailing list
 help / color / mirror / Atom feed
From: lee <lee@yun.yagibdah.de>
To: ding@gnus.org
Subject: Re: How to display read articles?
Date: Thu, 07 Jul 2011 14:01:42 +0200	[thread overview]
Message-ID: <87aacq5mft.fsf@yun.yagibdah.de> (raw)
In-Reply-To: <87tyayoi8f.fsf@psinom.home> (prad@towardsfreedom.com's message of "Wed, 06 Jul 2011 20:57:36 -0700")

prad <prad@towardsfreedom.com> writes:

> lee <lee@yun.yagibdah.de> writes:
>
>>> Type "/ O" in the Summary buffer and type however many old (aka read)
>>> articles you wish to see.
>>
>> Or you can use C-u RET to enter the group to see all articles right
>> away.
>>
> but is there a way to get all the articles for a particular thread?
>
> A R seems to do it for email.
> A ^ gets the parent
> A T does this for some of the thread though not always all of it.
>
> so if i want to see the articles in an old thread, how can i get it back
> (other than try to find it in a gmane repository?)

Are you sure the articles are available?  How do you know that they are
when they aren't found?  When you're looking at a newsgroup on a news
server, they might not be available.

"A T" usually works fine for me, though I have seen a few articles that
seemed to refer to others of which no parent was found (particularly in
this mailing list, IIRC).

"A T" is bound to `gnus-summary-refer-thread':

,---- [ gnus-sum.el ]
| (defun gnus-summary-refer-thread (&optional limit)
|   "Fetch all articles in the current thread.
| If no backend-specific 'request-thread function is available
| fetch LIMIT (the numerical prefix) old headers. If LIMIT is nil
| fetch what's specified by the `gnus-refer-thread-limit'
| variable."
`----

The default for `gnus-refer-thread-limit' seems to be 500.

Getting the parent might give a message that there are no references or
that the parent couldn't be found.  There has been a discussion about
improving this recently here.  It seemed to mostly concern articles on
IMAP servers.

So it seems to depend on what backend you're using.  When you can find
the thread on gmane, you could try to fetch some articles that couldn't
be found with "A T" by their message ID with
`gnus-summary-refer-article'.  I just tried that with an article in
another group, and the article is inserted into the summary of the group
for mails from this mailing list.

It would be interesting if you get the missing article with
`gnus-summary-refer-article' but not with "A T".



  reply	other threads:[~2011-07-07 12:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <yegsjqk9s1z.fsf@vaso.ll.iac.es>
2011-07-06  8:01 ` Eric S Fraga
2011-07-06  8:43   ` lee
2011-07-07  3:57     ` prad
2011-07-07 12:01       ` lee [this message]
2011-07-08 14:27         ` prad
2011-07-08 17:09           ` lee

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87aacq5mft.fsf@yun.yagibdah.de \
    --to=lee@yun.yagibdah.de \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).