[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Reconvering a whole thread
From: |
Ted Zlatanov |
Subject: |
Re: Reconvering a whole thread |
Date: |
Fri, 23 Oct 2009 17:51:02 -0500 |
User-agent: |
Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux) |
On Mon, 19 Oct 2009 17:50:35 +0200 Alberto Luaces <aluaces@udc.es> wrote:
AL> Ted Zlatanov <tzz@lifelogs.com> writes:
>> On Mon, 19 Oct 2009 09:43:31 +0200 Alberto Luaces <aluaces@udc.es> wrote:
>>
AL> Ted Zlatanov <tzz@lifelogs.com> writes:
>>>> On Thu, 15 Oct 2009 10:35:49 +0200 Alberto Luaces <aluaces@udc.es> wrote:
>>>>
AL> while reading a nnimap folder, sometimes I want to recover the whole
AL> thread for the message I'm reading. I am currently using "A T", that is,
AL> gnus-summary-refer-thread, but nothing happens except the displaying of
AL> "Generating summary...done". Am I doing this correctly?
>>>>
>>>> Hit `^' on the article to go to the parent. Does it work? It's quite
>>>> possible that the references are broken in the article, so the parent
>>>> can't be found.
>>
AL> No, it doesn't. If I do that with your message, a message is shown:
>>
AL> Couldn't fetch article
AL> <mailman.8857.1255595790.2239.info-gnus-english@gnu.org>
>>
AL> However if I list all the messages with `/o', the parent is there.
>>
>> Are you sure the parent has the right message ID, as you saw and
>> reprinted above? If yes, can you post the Message-ID header of the
>> parent please?
>>
>> If everything matches, we may have to debug the IMAP exchange and the
>> contents of the newsgroup data, so let's hope this is a mismatch
>> somewhere else.
AL> The Message-ID of the parent (my first post) was
AL> Message-ID: <87my3t6om2.fsf@eps142.cdf.udc.es>
AL> and the headers from your first reply were
AL> Message-ID: <873a5jl9iv.fsf@lifelogs.com>
AL> References: <mailman.8857.1255595790.2239.info-gnus-english@gnu.org>
AL> So it seems that Gnus does the threading correctly but it is not able to
AL> figure how to retrieve the ancestors of the same message.
Interesting.
Hmm, the references don't match. The mail-to-news gateway seems to be
setting the message ID on its own but your storage (nnimap) keeps the
message with the original message ID.
I am using the gnu.emacs.gnus newsgroup over NNTP, though. Is there an
example of a pure e-mail exchange where looking up the parent is
failing for you?
Ted