On Fri, 2008-10-10 at 10:42 -0500, Liam-PrintingAutomation wrote: > mouss wrote:
> > Please repost you mail "correctly". do not hijack unrelated threads: do > > not reply to an urelated message. compaose a new message instead. > > Sorry. I didn't realize I was hijacking anything since I completely > replaced the subject line and used all new text body. > I had no idea that doing that was somehow not creating a "new" message > for all intents and purposes. For educational purposes, have a look at the In-Reply-To and References headers. :-) These account for proper threading, which is a most-useful feature for mailing lists and often even personal discussions. Since you're using Thunderbird, try this: View / Sort By / Threaded guenther -- char *t="[EMAIL PROTECTED]"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1: (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}