Changeset 7a2d79a in github


Ignore:
Timestamp:
Nov 24, 2008 4:19:15 AM (5 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
938e96a
Parents:
e4d9f05
Message:
  • make attachment check in rcmail_message_list and rcmail_js_message_list the same
File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/steps/mail/func.inc

    rd59aaa1 r7a2d79a  
    265265     
    266266    // set attachment icon 
    267     if ($attrib['attachmenticon'] && preg_match("/multipart\/[mr]/i", $header->ctype)) 
     267    if ($attrib['attachmenticon'] && preg_match("/multipart\/m/i", $header->ctype)) 
    268268      $attach_icon = $attrib['attachmenticon']; 
    269269         
Note: See TracChangeset for help on using the changeset viewer.