Display '(empty subject)' in message view if subject header is missing (#1489108)

pull/58/merge
Thomas Bruederli 12 years ago
parent 3dbe4f79e4
commit f7ac79ced5

@ -900,7 +900,7 @@ function rcmail_message_headers($attrib, $headers=null)
$value = $headers[$hkey];
else if ($headers['others'][$hkey])
$value = $headers['others'][$hkey];
else
else if (!$attrib['valueof'])
continue;
if (in_array($hkey, $exclude_headers))

Loading…
Cancel
Save