Some major email providers do not support threading based on in-reply-to headers, and instead use the subject. This should be possible to alter in _message_alter. It could be a setting, though I'm not sure it needs to be.
Some major email providers do not support threading based on in-reply-to headers, and instead use the subject. This should be possible to alter in _message_alter. It could be a setting, though I'm not sure it needs to be.
Comments
Comment #1
Ian Ward commentedThis issue supersedes http://drupal.org/node/255384, which I just closed.
Comment #2
Ian Ward commentedI've applied a patch which adds a setting to alter message subjects along these lines. This made threading work for me in gmail.
Comment #3
gregglesA little late, but in my testing this works great for me as well. Thanks!