浏览代码

fix for viewing attachments

stekkel 23 年之前
父节点
当前提交
78369fb933
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      class/mime.class.php

+ 3 - 2
class/mime.class.php

@@ -1,11 +1,12 @@
 <?php
 
 /**
- * mime.class.php
+ * mime.class
  *
  * Copyright (c) 2002 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
+ *
  * This contains functions needed to handle mime messages.
  *
  * $Id$
@@ -838,7 +839,7 @@ class message {
 	       }
 	    }
     	    if (!$exclude) {
-	       if ($entity->type0 == 'multipart' && $entity->type1 == 'digest') {
+	       if ($entity->type0 == 'multipart' && !$entity->type1 == 'related') {
 	          $result = $entity->getAttachments($exclude_id, $result);
 	       } else if ($entity->type0 != 'multipart') {
 	          $result[] = $entity;