Changeset 5599 in subversion
- Timestamp:
- Dec 14, 2011 4:05:58 AM (18 months ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/steps/mail/func.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/steps/mail/func.inc
r5596 r5599 1071 1071 if ($CONFIG['inline_images'] && !empty($MESSAGE->attachments)) { 1072 1072 foreach ($MESSAGE->attachments as $attach_prop) { 1073 // skip inline images 1074 if ($attach_prop->content_id && $attach_prop->disposition == 'inline') { 1075 continue; 1076 } 1077 1073 1078 // Content-Type: image/*... 1074 1079 if (preg_match('/^image\//i', $attach_prop->mimetype) ||
Note: See TracChangeset
for help on using the changeset viewer.
