Gnus development mailing list
 help / color / mirror / Atom feed
* Messages mixed up
@ 2010-11-23 17:05 Ludovic Courtès
  2010-11-23 17:29 ` Ludovic Courtès
  2010-11-23 18:33 ` Julien Danjou
  0 siblings, 2 replies; 7+ messages in thread
From: Ludovic Courtès @ 2010-11-23 17:05 UTC (permalink / raw)
  To: ding

Hello,

I switched to No Gnus a few days ago, and I’ve just hit this problem:
in my nnimap inbox, I see a message from John Smith in the summary
buffer, but hitting RET on that message would show me a message by Foo
Bar, whose header clearly starts with “From: Foo Bar”.

I tried removing the agent, just in case, but that didn’t solve the
problem.  I suppose my .newsrc.eld got desperately broken somehow
(something I had never experienced with Gnus in years.)

How can I fix or work around the problem?  How can it be debugged?

Thanks,
Ludo’.




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Messages mixed up
  2010-11-23 17:05 Messages mixed up Ludovic Courtès
@ 2010-11-23 17:29 ` Ludovic Courtès
  2010-11-23 20:19   ` Steinar Bang
  2010-11-23 18:33 ` Julien Danjou
  1 sibling, 1 reply; 7+ messages in thread
From: Ludovic Courtès @ 2010-11-23 17:29 UTC (permalink / raw)
  To: ding

ludo@gnu.org (Ludovic Courtès) writes:

> I switched to No Gnus a few days ago, and I’ve just hit this problem:
> in my nnimap inbox, I see a message from John Smith in the summary
> buffer, but hitting RET on that message would show me a message by Foo
> Bar, whose header clearly starts with “From: Foo Bar”.

Oh and hitting RET on the following message shows what looks like the
contents of a summary buffer, instead of an actual message...

Ludo’.




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Messages mixed up
  2010-11-23 17:05 Messages mixed up Ludovic Courtès
  2010-11-23 17:29 ` Ludovic Courtès
@ 2010-11-23 18:33 ` Julien Danjou
  2010-11-23 20:35   ` Ludovic Courtès
  1 sibling, 1 reply; 7+ messages in thread
From: Julien Danjou @ 2010-11-23 18:33 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: ding

On Tue, Nov 23 2010, Ludovic Courtès wrote:

> How can I fix or work around the problem?  How can it be debugged?

Empty the cache in ~/News/ maybe?

-- 
Julien Danjou
// ᐰ <julien@danjou.info>   http://julien.danjou.info



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Messages mixed up
  2010-11-23 17:29 ` Ludovic Courtès
@ 2010-11-23 20:19   ` Steinar Bang
  2010-11-23 22:22     ` Ludovic Courtès
  0 siblings, 1 reply; 7+ messages in thread
From: Steinar Bang @ 2010-11-23 20:19 UTC (permalink / raw)
  To: ding

>>>>> ludo@gnu.org (Ludovic Courtès):

> Oh and hitting RET on the following message shows what looks like the
> contents of a summary buffer, instead of an actual message...

Ah, that's similar to what I'm describing in this article (see quoted
stuff about agent and NOV)?
 http://article.gmane.org/gmane.emacs.gnus.general/73344
 nntp://news.gmane.org/gmane.emacs.gnus.general/73344

What kind of agent settings do you have?  Can you reproduce it at will?






^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Messages mixed up
  2010-11-23 18:33 ` Julien Danjou
@ 2010-11-23 20:35   ` Ludovic Courtès
  0 siblings, 0 replies; 7+ messages in thread
From: Ludovic Courtès @ 2010-11-23 20:35 UTC (permalink / raw)
  To: ding

Hi!

Julien Danjou <julien@danjou.info> writes:

> On Tue, Nov 23 2010, Ludovic Courtès wrote:
>
>> How can I fix or work around the problem?  How can it be debugged?
>
> Empty the cache in ~/News/ maybe?

strace showed that the wrong message contents were taken from the
agent’s cache, even though that group was de-agentized.  Removing the
two offending files from the ~/News/agent/nnimap/... solved the problem.

Thanks,
Ludo’.




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Messages mixed up
  2010-11-23 20:19   ` Steinar Bang
@ 2010-11-23 22:22     ` Ludovic Courtès
  2010-11-24  9:47       ` Steinar Bang
  0 siblings, 1 reply; 7+ messages in thread
From: Ludovic Courtès @ 2010-11-23 22:22 UTC (permalink / raw)
  To: ding

Hi!

Steinar Bang <sb@dod.no> writes:

>>>>>> ludo@gnu.org (Ludovic Courtès):
>
>> Oh and hitting RET on the following message shows what looks like the
>> contents of a summary buffer, instead of an actual message...
>
> Ah, that's similar to what I'm describing in this article (see quoted
> stuff about agent and NOV)?
>  http://article.gmane.org/gmane.emacs.gnus.general/73344
>  nntp://news.gmane.org/gmane.emacs.gnus.general/73344

Yes.

> What kind of agent settings do you have?

Like you, I have:

  (add-hook 'gnus-select-article-hook
            'gnus-agent-fetch-selected-article)

> Can you reproduce it at will?

Well, the cached version of the article contained the NOV data, so each
time I would select it, it would show me the NOV data.  But I’ve removed
the cached article, and it now works fine.  I’m not sure how to
reproduce the erroneous caching, though.

Thanks,
Ludo’.




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Messages mixed up
  2010-11-23 22:22     ` Ludovic Courtès
@ 2010-11-24  9:47       ` Steinar Bang
  0 siblings, 0 replies; 7+ messages in thread
From: Steinar Bang @ 2010-11-24  9:47 UTC (permalink / raw)
  To: ding

>>>>> ludo@gnu.org (Ludovic Courtès):

> Well, the cached version of the article contained the NOV data, so
> each time I would select it, it would show me the NOV data.  But I’ve
> removed the cached article, and it now works fine.  I’m not sure how
> to reproduce the erroneous caching, though.

Ah.  The same thing I've experienced.

Would be nice if this could be reproduced in a predictable manner.




^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-11-24  9:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-23 17:05 Messages mixed up Ludovic Courtès
2010-11-23 17:29 ` Ludovic Courtès
2010-11-23 20:19   ` Steinar Bang
2010-11-23 22:22     ` Ludovic Courtès
2010-11-24  9:47       ` Steinar Bang
2010-11-23 18:33 ` Julien Danjou
2010-11-23 20:35   ` Ludovic Courtès

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).