http://qs321.pair.com?node_id=267663


in reply to Re: Re: Message threading
in thread Message threading

It seems to me the hard part (threading algorithm) is already done for you as long as you make your objects look like the objects it expects. So why not find all the methods actually used by the Mail|Email::Thread module for threading and create wrapper methods in yours -- that is, implement the common interface. This way you get threading for free and the wonderful side-effect of decoupled code.

Chris
M-x auto-bs-mode