[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: To From Newsgroups



Ed L. Cashin <ecashin@coe.uga.edu> writes:

> A while ago (nnimap 0.97) I set up "To From Newsgroups" to work so
> that mail that I send looks like this in the Summary buffer:
> 
>   +O  [  25: Simon Josefsson     ] Re: Slow response - NT-emacs
>   +E  [  32: Simon Josefsson     ] Re: 0.129, sending mail
>   +   [   2: -> beadavis@wookie.com] Test To From
> 
> ... where the last one is me sending mail to beadavis@wookie.com.  Now
> this feature doesn't work in nnimap groups (it does in nnmbox groups).
> I've upgraded my pgnus as well as nnimap, though, so I'm not sure what
> is causing the change.

Nnimap was changed, before it fetched the entire rfc822 article header
and Gnus converted it to it's internal structure (using extra-header),
now it fetches a IMAP article structure and convert it to NOV lines
(doesn't use extra-header) which Gnus convert to it's internal
structure.

If nnimap want to support extra-headers it has to be implemented
exclusively in nnimap, which is on the todo list.

It's not a side effect of NOV caching, but a side effect from using
the NOV format for nnimap<->gnus communication.