Gnus development mailing list
 help / color / mirror / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
To: ding@gnus.org
Subject: Re: message splitting gone haywire
Date: Thu, 29 Sep 2011 07:47:22 -0500	[thread overview]
Message-ID: <87sjnfjz1h.fsf@lifelogs.com> (raw)
In-Reply-To: <871uuziuzj.fsf@ericabrahamsen.net>

On Thu, 29 Sep 2011 17:00:16 +0800 Eric Abrahamsen <eric@ericabrahamsen.net> wrote: 

EA> Eventually I figured out what was happening -- in the case of a few
EA> regular email threads (newsletters in particular), one earlier issue had
EA> gone into the wrong group, and all subsequent issues went into the same
EA> group. Standard registry behavior, but I had physically moved later
EA> issues into the proper group, and new issues were still getting split
EA> into the wrong group. Eventually I realized that the originally
EA> offending message was still buried back in the wrong group, and once I
EA> rooted out all of them, things went back to normal.

EA> This happened with two or three separate threads (not sure how),
EA> creating the impression that all hell had broken loose with splitting.

EA> I'm not sure what proper behavior should be, but I did expect that
EA> split-with-parent would send new messages to the location of the
EA> newest/nearest parent, and not to where some distant ancestor had once
EA> gone.

Good point.  Well, we build the full list of groups, then we call
`gnus-registry-post-process-groups' on it.  That looks at
`gnus-registry-split-strategy' which is nil by default; the defcustom
says:

  '(choice :tag "Splitting strategy"
           (const :tag "Only use single choices, discard multiple matches" nil)
           (const :tag "Majority of matches wins" majority)
           (const :tag "First found wins"  first))

Have you customized this?  My guess is you have 'first and the first
group in the list was from the oldest reference.

Maybe I should add 'oldest and 'newest strategies...  We have the
article notice dates in the registry.

Ted




  reply	other threads:[~2011-09-29 12:47 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-18  6:38 Eric Abrahamsen
2011-09-29  8:38 ` Ted Zlatanov
2011-09-29  9:00   ` Eric Abrahamsen
2011-09-29 12:47     ` Ted Zlatanov [this message]
2011-09-29 13:55       ` Eric Abrahamsen
2011-09-29 14:09         ` Ted Zlatanov
2011-09-29 15:24           ` Eric Abrahamsen
2011-09-29 18:49       ` Adam Sjøgren
2011-09-29 20:21         ` Ted Zlatanov
2011-09-29 20:38           ` Adam Sjøgren
2011-09-29 23:36             ` Ted Zlatanov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87sjnfjz1h.fsf@lifelogs.com \
    --to=tzz@lifelogs.com \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).