Aleksander Machniak
2012-12-01 0fa54df638a0b0f514d1bfba3cefb93e38991a35
program/steps/mail/func.inc
@@ -751,8 +751,7 @@
  }
  // text/enriched
  else if ($data['type'] == 'enriched') {
    require_once(INSTALL_PATH . 'program/lib/enriched.inc');
    $body = enriched_to_html($data['body']);
    $body = rcube_enriched::to_html($data['body']);
    $body = rcmail_wash_html($body, $data, $part->replaces);
    $part->ctype_secondary = 'html';
  }