Thomas Bruederli
2013-06-16 f7ac79ced509f4823d8346beb975cd0c14de8599
Display '(empty subject)' in message view if subject header is missing (#1489108)
1 files modified
2 ■■■ changed files
program/steps/mail/func.inc 2 ●●● patch | view | raw | blame | history
program/steps/mail/func.inc
@@ -900,7 +900,7 @@
      $value = $headers[$hkey];
    else if ($headers['others'][$hkey])
      $value = $headers['others'][$hkey];
    else
    else if (!$attrib['valueof'])
      continue;
    if (in_array($hkey, $exclude_headers))