Closed (fixed)
Project:
Messaging
Version:
6.x-2.1
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jul 2009 at 20:10 UTC
Updated:
25 Nov 2009 at 18:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
Sebastian-1 commentedyes, i have the same problem.
Comment #2
GregoryHeller commentedThanks to Jeff Miccolis over at Development seed. He suggested that i check the input format that message module is using to send emails. my default it only has html2text filter on and not the line break filter. Add that before the html2text one and you should be good to go.
Go to admin/settings/filters, click configure for the format called "messaging plain text", click the check box next to "line break converter", save the configuration, then configure the format again so you can re-arrange the filters to that line break converter appears above html2text.
Comment #3
aaronbauman+1 Thanks for this fix -- just saved me a lot of headache.
Comment #4
aaronbaumanHere's a patch to do this on install.
Comment #5
raintonr commentedI discovered that the following 2 filters were needed in this order:
- Line break converter
- HTML to text
That is, turn them both on then visit the 'Rearrange' tab to make sure the line break converter is higher up the list (lower weight).
Comment #6
petednz commentedIsn't this pretty much what is explained here - http://drupal.org/node/252619 - perhaps more clarification in the documentation would help.
Comment #7
jose reyero commentedOk, thanks for the patch.
Also feel free to improve the handbook.