Changeset 6695db8 in github
- Timestamp:
- Sep 5, 2008 6:55:52 AM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- d072779
- Parents:
- 6e6e893
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/include/rcube_message.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r6e6e893 r6695db8 9 9 - Allowed max. attachment size now indicated in compose screen (#1485030) 10 10 - Also capture backspace key in list mode (#1484566) 11 - Allow application/pgp parts to be displayed (#1484753) 11 12 12 13 2008/09/04 (alec) -
program/include/rcube_message.php
rc505e59 r6695db8 231 231 $this->parts[] = &$structure; 232 232 } 233 // the same for pgp signed messages 234 else if ($message_ctype_primary == 'application' && $message_ctype_secondary == 'pgp' && !$recursive) { 235 $structure->type = 'content'; 236 $this->parts[] = &$structure; 237 } 233 238 // message contains alternative parts 234 239 else if ($message_ctype_primary == 'multipart' && ($message_ctype_secondary == 'alternative') && is_array($structure->parts)) {
Note: See TracChangeset
for help on using the changeset viewer.
