Hi, Partly inspired (and reminded) by a certain blog post I stumbled across on lindsaar.net about being a real programmer (*cough*), I feel I should make a long overdue contribution to Tmail. Several years ago, I wrote some code to take Tmail message objects and build threads out of them, based on Jamie Zawinski''s message threading[1] algorithm. I modified it substantially, based on the fact that jwz''s doing a lot of pointer-silliness in C to do things that are simpler done differently when you have Arrays as part of your language. Yay, Ruby. This has languished on my hard drive for nearly three years now. To be honest, I''m a little ashamed to admit I''d never bothered to try to submit this code for inclusion into TMail. It''s not shining code - badly commented, and written shortly after I started learning Ruby, so it''s kinda Perlish. But it worked, once upon a time, and with a little love, could be useful to others. Okay, enough with the caveats. How''d you like me to send it to you? [1] http://www.jwz.org/doc/threading.html -- epistemological humility Chris Riddoch