Closed (fixed)
Project:
Mime Mail
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jul 2006 at 06:57 UTC
Updated:
11 Dec 2006 at 06:32 UTC
If I create a plaintext mail it gets incapsulated into html and then converted back to plain text. On the second conversion, there is an asterisk inserted before and after the text.
Comments
Comment #1
richardb commentedHi,
In mimemail.inc find the _mimemail_define_search function, and delete the lines:
'!]*>!i', // and
'!]*>!i', // and
and in the function _mimemail_define_replace delete the two lines:
'*', // and
'/', // and
That got rid of that for me, and there's no need to format the ems and strongs in plaintext anyway, IMO.
Comment #2
richardb commentedsorry, forgot code tags, lets try again:
In mimemail.inc find the _mimemail_define_search function, and delete the lines:
and in the function _mimemail_define_replace delete the two lines:
That got rid of that for me, and there's no need to format the ems and strongs in plaintext anyway, IMO.
Comment #3
allie mickafixed.