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

pull/88/head v0.9.2
Thomas Bruederli 11 years ago
parent 70ef48c2f3
commit 73c702c4d1

@ -929,7 +929,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