alecpl
2010-06-30 761894e65b7c021caa60a3f4ac9fd530cd501112
- Show attachment icon on the list also for messages with Content-Type: application/*


1 files modified
2 ■■■ changed files
program/steps/mail/func.inc 2 ●●● patch | view | raw | blame | history
program/steps/mail/func.inc
@@ -321,7 +321,7 @@
      $a_msg_flags['forwarded'] = 1;
    if ($header->flagged)
      $a_msg_flags['flagged'] = 1;
    if(preg_match("/multipart\/m/i", $header->ctype))
    if (preg_match("/(application\/|multipart\/m)/i", $header->ctype))
      $a_msg_flags['attachment'] = 1;
    $a_msg_flags['mbox'] = $mbox;