Skip to content

Commit 73c702c

Browse files
committed
Display '(empty subject)' in message view if subject header is missing (#1489108)
1 parent 70ef48c commit 73c702c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

program/steps/mail/func.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ function rcmail_message_headers($attrib, $headers=null)
929929
$value = $headers[$hkey];
930930
else if ($headers['others'][$hkey])
931931
$value = $headers['others'][$hkey];
932-
else
932+
else if (!$attrib['valueof'])
933933
continue;
934934

935935
if (in_array($hkey, $exclude_headers))

0 commit comments

Comments
 (0)