Changeset 3794 in subversion
- Timestamp:
- Jun 30, 2010 5:13:45 AM (3 years 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
r3780 r3794 322 322 if ($header->flagged) 323 323 $a_msg_flags['flagged'] = 1; 324 if (preg_match("/multipart\/m/i", $header->ctype))324 if (preg_match("/(application\/|multipart\/m)/i", $header->ctype)) 325 325 $a_msg_flags['attachment'] = 1; 326 326 $a_msg_flags['mbox'] = $mbox;
Note: See TracChangeset
for help on using the changeset viewer.
