Ignore:
Timestamp:
Nov 24, 2008 4:19:15 AM (5 years ago)
Author:
alec
Message:
  • make attachment check in rcmail_message_list and rcmail_js_message_list the same
File:
1 edited

Legend:

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

    r2078 r2088  
    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.