alecpl
2009-12-04 19d6a89342cbbeff0d20884c177d996d249e445a
program/include/rcube_imap.php
@@ -1368,7 +1368,7 @@
    }
    if ($struct->ctype_primary=='message') {
      if (is_array($part[8]) && empty($struct->parts))
      if (is_array($part[8]) && $di != 8 && empty($struct->parts))
        $struct->parts[] = $this->_structure_part($part[8], ++$count, $struct->mime_id);
    }