|
@@ -50,7 +50,7 @@
|
|
|
if ($where && $what) {
|
|
|
$search_stuff = "&where=".urlencode($where)."&what=".urlencode($what);
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
for ($i=1; $i <= count($index_order); $i++) {
|
|
|
switch ($index_order[$i]) {
|
|
|
case 1: # checkbox
|
|
@@ -63,7 +63,7 @@
|
|
|
echo " <td nowrap width=1% bgcolor=$hlt_color><center>$bold$flag".$msg["DATE_STRING"]."$flag_end$bold_end</center></td>\n";
|
|
|
break;
|
|
|
case 4: # subject
|
|
|
- echo " <td bgcolor=$hlt_color>$bold<a href=\"read_body.php?mailbox=$urlMailbox&passed_id=".$msg["ID"]."&startMessage=$true_startMessage&show_more=0$search_stuff\">$flag$subject$flag_end</a>$bold_end</td>\n";
|
|
|
+ echo " <td bgcolor=$hlt_color>$bold<a href=\"read_body.php?mailbox=$urlMailbox&passed_id=".$msg["ID"]."&startMessage=$startMessage&show_more=0$search_stuff\">$flag$subject$flag_end</a>$bold_end</td>\n";
|
|
|
break;
|
|
|
case 5: # flags
|
|
|
$stuff = false;
|