Do less aggressive subject nesting#429
Conversation
This addresses #427 by only allowing sort-by-subject to happen if we can establish that an email is a reply.
|
I don't think it makes sense to match by subject even if there is a reply prefix indicator. If there are two identical subjects, they are likely to both get replies, so they will still get tangled up. |
|
That will only be true if there is no IRT or References header. |
|
There will only be 100 unconnected threads if the mailers are broken and don't provide Reference headers. Are there many such broken clients? Anyway I think it's better to have broken threads than to merge unrelated threads. |
This addresses #427 by only allowing sort-by-subject to
happen if we can establish that an email is a reply.