Thomas Bruederli
2013-06-16 73c702c4d1391ac37ed37669aa07adb79b768e98
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
@@ -929,7 +929,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))