Changeset 2270 in subversion
- Timestamp:
- Feb 3, 2009 2:40:26 AM (4 years ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/include/rcube_message.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/CHANGELOG
r2269 r2270 6 6 - Fix checking for recent messages on various IMAP servers (#1485702) 7 7 - performance fix: Don't fetch quota and recent messages in "message view" mode 8 - Fix displaying of alternative-inside-alternative messages (#1485713) 8 9 9 10 2009/01/28 (alec) -
trunk/roundcubemail/program/include/rcube_message.php
r2237 r2270 267 267 else if ($sub_ctype_primary=='text' && $sub_ctype_secondary=='enriched') 268 268 $enriched_part = $p; 269 else if ($sub_ctype_primary=='multipart' && ($sub_ctype_secondary=='related' || $sub_ctype_secondary=='mixed'))269 else if ($sub_ctype_primary=='multipart' && in_array($sub_ctype_secondary, array('related', 'mixed', 'alternative'))) 270 270 $related_part = $p; 271 271 }
Note: See TracChangeset
for help on using the changeset viewer.
