|
Lines 1-11
Link Here
|
| 1 |
--- ./program/include/rcube_message.php.orig 2009-07-30 14:35:17.000000000 +0200 |
|
|
| 2 |
+++ ./program/include/rcube_message.php 2009-07-30 14:35:35.000000000 +0200 |
| 3 |
@@ -373,7 +373,7 @@ |
| 4 |
|
| 5 |
// part is file/attachment |
| 6 |
else if ($mail_part->disposition == 'attachment' || $mail_part->disposition == 'inline' || |
| 7 |
- $mail_part->headers['content-id'] || (empty($mail_part->disposition) && $mail_part->filename)) { |
| 8 |
+ $mail_part->headers['content-id'] || $mail_part->filename) { |
| 9 |
// skip apple resource forks |
| 10 |
if ($message_ctype_secondary == 'appledouble' && $secondary_type == 'applefile') |
| 11 |
continue; |