--- rcube_message.php.ori       2009-02-13 08:37:52.000000000 -0800
+++ rcube_message.php   2009-02-13 08:38:03.000000000 -0800
@@ -173,6 +173,7 @@
       $mimetype = strtolower($part->ctype_primary . '/' . $part->ctype_secondary);
       if ($mimetype == 'text/html') {
         $html_part = $this->imap->get_message_part($this->uid, $mime_id, $part);
+       return $html_part;
       }
     }

