Humbedooh commented on issue #497: In single-thread view, nesting is at most two URL: https://github.com/apache/incubator-ponymail/issues/497#issuecomment-511349375 Looks like a bug in the nesting algorithm. It makes the mistake of finding children that are not direct descendants and adding them as direct ones. This should be fixed by checking the `references` header, and only filing direct matches (where `references` has the original message-id as the *last* value) as descendants, then letting those kids get their own accordingly.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
