Aleksander Machniak
2012-12-26 66afd70b756a0637da3537e96f6bf6ce0a2c46e9
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();
            }
        }