Aleksander Machniak
2012-12-26 66afd70b756a0637da3537e96f6bf6ce0a2c46e9
program/steps/mail/func.inc
@@ -704,7 +704,7 @@
  // convert html to text/plain
  if ($data['type'] == 'html' && $data['plain']) {
    $txt = new html2text($data['body'], false, true);
    $txt = new rcube_html2text($data['body'], false, true);
    $body = $txt->get_text();
    $part->ctype_secondary = 'plain';
  }