Changeset 3716 in subversion


Ignore:
Timestamp:
Jun 4, 2010 9:29:48 AM (3 years ago)
Author:
alec
Message:
  • Fix related parts aren't displayed when got mimetype other than image/* (#1486432)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/rcube_message.php

    r3680 r3716  
    441441                    // part belongs to a related message and is linked 
    442442                    if ($mimetype == 'multipart/related' 
    443                         && preg_match('!^image/!', $part_mimetype) 
    444443                        && ($mail_part->headers['content-id'] || $mail_part->headers['content-location'])) { 
    445444                        if ($mail_part->headers['content-id']) 
Note: See TracChangeset for help on using the changeset viewer.