Changeset 3e58bf2 in github
- Timestamp:
- Jun 30, 2010 5:44:33 AM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 4eb8493
- Parents:
- 761894e
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/include/rcube_message.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r087c7dc r3e58bf2 2 2 =========================== 3 3 4 - Fix handling of messages with Content-Type: application/* and no filename (#1484050) 4 5 - Improved compose screen: resizable body and attachments list, vertical splitter, options menu 5 6 - Fix RC forgets search results (#1483883) -
program/include/rcube_message.php
rf19d86b r3e58bf2 489 489 $this->attachments[] = $structure; 490 490 } 491 // message is a single part non-text (without filename) 492 else if (preg_match('/application\//i', $mimetype)) { 493 $structure->filename = 'Part '.$structure->mime_id; 494 $this->attachments[] = $structure; 495 } 491 496 } 492 497
Note: See TracChangeset
for help on using the changeset viewer.
