user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
* [PATCH 0/2] threading fixes
@ 2018-04-25  8:52 Eric Wong
  2018-04-25  8:52 ` [PATCH 1/2] thread: prevent hidden threads in /$INBOX/ landing page Eric Wong
  2018-04-25  8:52 ` [PATCH 2/2] thread: sort incoming messages by Date Eric Wong
  0 siblings, 2 replies; 3+ messages in thread
From: Eric Wong @ 2018-04-25  8:52 UTC (permalink / raw)
  To: meta

Apparently people use multiple Message-IDs in In-Reply-To
headers to reply to multiple messages at once.  This should
might render like a git merge commit, someday.

For now, our handling of References (assuming ordering) isn't
equipped to handle that.  Furthermore, having multiple
Message-IDs in an In-Reply-To header causes messages later in
the thread to screw up References ordering, too.  So, it's a
mess all around, lets at least hope folks can set the Date
correctly and use that to order things somewhat reasonably...

Eric Wong (2):
  thread: prevent hidden threads in /$INBOX/ landing page
  thread: sort incoming messages by Date

 lib/PublicInbox/SearchThread.pm | 15 +++++--
 t/thread-cycle.t                | 88 ++++++++++++++++++++++++++++++-----------
 2 files changed, 77 insertions(+), 26 deletions(-)

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

end of thread, other threads:[~2018-04-25  8:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-25  8:52 [PATCH 0/2] threading fixes Eric Wong
2018-04-25  8:52 ` [PATCH 1/2] thread: prevent hidden threads in /$INBOX/ landing page Eric Wong
2018-04-25  8:52 ` [PATCH 2/2] thread: sort incoming messages by Date Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).