diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc index 45fc865fa..7d1fbaab4 100644 --- a/program/steps/mail/func.inc +++ b/program/steps/mail/func.inc @@ -903,7 +903,7 @@ function rcmail_message_headers($attrib, $headers=NULL) else $header_value = format_date($value); } - if ($hkey == 'priority') { + else if ($hkey == 'priority') { if ($value) { $header_value = html::span('prio' . $value, rcmail_localized_priority($value)); }