I think there is a needless if statement in the file
"html/html_top_table.php":
-------------------------8<-------------------------
<?php if ($conf->have_ucb_pop_server ||
$pop->is_imap()) { ?>
<td class="inbox right">
<?php } else { ?>
<td class="inbox right">
<?php } ?>
------------------------->8-------------------------
Greetings,
Tim Gerundt
changed "html/html_top_table.php"
patch file
Logged In: YES
user_id=529507
Fixed in CVS.
It'll be included in next release.
But you can download daily snapshots at :
http://nocc.sourceforge.net/download/
Thanks for the bug report.