bigguy, thanks. i missed it the first time around, but it looks like this is what you have to remove from the messageindex.php file in order to remove the column.
<td class="windowbg2" valign="middle" align="center" width="5%">
<img src="', $settings['images_url'], '/topic/', $topic['class'], '.gif" alt="" />
</td>also, the line below that, should read:
<td colspan="2" class="windowbg2" valign="middle" align="center" width="4%">correct me if i'm wrong, but that seems to have done it.
thanks again!