Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #106423 > unrolled thread

Re: Threading is foobared?

Started byMark Sapiro <mark@msapiro.net>
First post2016-04-03 23:19 -0700
Last post2016-04-03 23:19 -0700
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Threading is foobared? Mark Sapiro <mark@msapiro.net> - 2016-04-03 23:19 -0700

#106423 — Re: Threading is foobared?

FromMark Sapiro <mark@msapiro.net>
Date2016-04-03 23:19 -0700
SubjectRe: Threading is foobared?
Message-ID<mailman.1.1459752460.32530.python-list@python.org>
Mark Sapiro wrote:
> Random832 wrote:
> 
>> Any chance that it could fix reference headers to match?
>> 
>> Actually, merely prepending the original Message-ID itself to the
>> references header might be enough to change the reply's situation from
>> "nephew" ("reply to [missing] sibling") to "grandchild" ("reply to
>> [missing] reply"), which might be good enough to make threading work
>> right on most clients, and would be *easy* (whereas maintaining an
>> ongoing reversible mapping may not be).
>> 
>> And if it's not too much additional work, maybe throw in an
>> X-Mailman-Original-Message-ID (and -References if anything is done with
>> that) field, so that the original state can be recovered.
> 
> 
> I think these are good ideas. I'm going to try to do something along
> these lines.


This is now implemented on mail.python.org for python-list@python.org
and the others that gateway to Usenet.

I hope this will mitigate at least some of the threading issues.

As noted earlier in this thread, the original Message-ID: is appended,
not prepended to References:. More specifically, if there is a
References: header, the original Message-ID: is appended. If not, one is
created with the In-Reply-To: value if any and the original Message-ID:.

-- 
Mark Sapiro <mark@msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web