The old thread code caused time outs with a message set of 15000 messages so
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 12 Feb 2006 14:41:26 +0000 (14:41 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 12 Feb 2006 14:41:26 +0000 (14:41 +0000)
commit9a864f822f45af66f31d6240ae107c00d34ae52d
treee07dd7e15bb04b5f8c215a41338fb1b2474cf6ea
parent0f3d157e2cd523a24544ad2f79684534819797b6
The old thread code caused time outs with a message set of 15000 messages so
I started debugging, found out that preg_split was extremely slow and
started to avoid that call. I ended up in removing a lot of overhead and
working thread code.

Next step is adapting the indent array and add more status info per node in
order to generate nicer trees.

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@10726 7612ce4b-ef26-0410-bec9-ea0150e637f0
functions/imap_messages.php