Thomas Bruederli
2012-12-26 c942e4a2e9a97743850b4178ea66b3b33956e7f7
program/lib/Roundcube/rcube_message.php
@@ -272,7 +272,7 @@
                $out = $this->get_part_content($mime_id);
                // create instance of html2text class
                $txt = new html2text($out);
                $txt = new rcube_html2text($out);
                return $txt->get_text();
            }
        }