--- templates/viewmail.template.php.orig 2007-06-14 19:00:15 UTC +++ templates/viewmail.template.php @@ -25,7 +25,7 @@ function startMessage() {
- +
- -headers[strtolower($hdr)]; if (is_array($header_value)) { @@ -81,7 +82,9 @@ function MsgPrintHeader($struct,$hdr_list) { function MsgPrintHeaderFull($struct,$hdr_list) { foreach ($hdr_list as $hdr) { - $header_value = $struct->headers[strtolower($hdr)]; + if ( isset($struct->headers[strtolower($hdr)] ) ) { + $header_value = $struct->headers[strtolower($hdr)]; + } if (!$header_value) continue; if (is_array($header_value)) { $value_array = $header_value; @@ -116,17 +119,17 @@ function MsgDisplayOptions($mail_id, $recip_email) {
- ‹‹ + ‹‹ - + | - +
- - + | - + -