Index: parse.c =================================================================== RCS file: /cvs/hypermail/hypermail/src/parse.c,v retrieving revision 1.34 diff -u -r1.34 parse.c --- parse.c 1999/10/10 05:22:24 1.34 +++ parse.c 1999/10/11 22:48:22 @@ -393,7 +393,8 @@ * been dealt with, then add it to the thread list, followed by * any descendants and then the end of thread marker. */ - if (!isreply && !wasprinted(printedthreadlist, hp->data->msgnum) && + if (!isreply && + /*!wasprinted(printedthreadlist, hp->data->msgnum) &&*/ !(hp->data->flags & USED_THREAD)) { hp->data->flags |= USED_THREAD; threadlist = @@ -2116,7 +2117,11 @@ } +#if 0 if (!isinheader || readone) { +#else + { +#endif if (!hassubject) subject = NOSUBJECT;