Changeset 6b49292 in github
- Timestamp:
- Oct 8, 2010 5:45:17 AM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 32c657a
- Parents:
- f1ad3650
- Location:
- program
- Files:
-
- 2 edited
-
js/app.js (modified) (2 diffs)
-
steps/mail/func.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/js/app.js
re947068 r6b49292 1566 1566 selected: this.select_all_mode || this.message_list.in_selection(uid), 1567 1567 ml: flags.ml?1:0, 1568 ctype: flags.ctype, 1568 1569 // flags from plugins 1569 1570 flags: flags.extra_flags … … 1659 1660 } 1660 1661 else if (c == 'attachment') { 1661 html = flags.attachment ? '<span class="attachment"> </span>' : ' '; 1662 if (/application\/|multipart\/m/.test(flags.ctype)) 1663 html = '<span class="attachment"> </span>'; 1664 else 1665 html = ' '; 1662 1666 } 1663 1667 else if (c == 'threads') -
program/steps/mail/func.inc
r1716d5e r6b49292 319 319 if ($header->others['list-post']) 320 320 $a_msg_flags['ml'] = 1; 321 if (preg_match("/(application\/|multipart\/m)/i", $header->ctype)) 322 $a_msg_flags['attachment'] = 1;321 322 $a_msg_flags['ctype'] = Q($header->ctype); 323 323 $a_msg_flags['mbox'] = $mbox; 324 324
Note: See TracChangeset
for help on using the changeset viewer.
