I have Thunderbird connected to my GMail account and when I forward a particular message the line breaks in a response I received from someone have been removed - the text is basically all on one line. This only seems to be happening for that one email at this point. Other emails seem to include line breaks. I suspect I will see more of this the longer i use Thunderbird. Are there any settings that I can configure to always include line breaks on forwarded messages?

When I "reply" on this same message the line breaks are included - it's only the "forward" that removes them.

link|improve this question

60% accept rate
What if you forward using Gmail? What was used to write/send the message? Maybe some odd Windows/Mac/Linux newline issue? Maybe a bad implementation of format=flowed? Any chance you could show some of the headers and the content of the message using Thunderbird or using Gmail? – Arjan Oct 23 '10 at 13:22
And: does it show as one long line in your Sent Items as well? Or maybe even already while editing? Is it just a single paragraph, or is it even concatenating multiple paragraphs into one long line? Does it show horizontal scrollbars? And I guess you're forwarding to yourself while testing? If not: what email client is the recipient of the forwarded message using? – Arjan Oct 23 '10 at 15:22
feedback

1 Answer

From Word wrap fails :

This may sound a bit technical, but Thunderbird is doing exactly what it is supposed to do. When you have a message in plain-text format which doesn't come with flowed format, by definition of the standard, the receiving client is not allowed to rewrap that message to fit the window width. This is only possible if the "format=flowed" attribute is set. Consequently, Thunderbird assigns a "Preformat" style to any quote which comes from a plain-text message which does not have that attribute set. It would receive "Message Body" with format=flowed set.

A workaround for this is to highlight the entire text immediately after clicking on reply (i.e., CTRL+A), then change "Preformat" to "Body Text" in the left-most drop-down menu. This should avoid the issue you observe. In general though, if the sending client formats the e-mail in a fixed way, it's probably correct if Thunderbird treats it this way. In the worst case, there is always Edit > Rewrap, even though it's not optimal either.

link|improve this answer
Wouldn't this then apply to both replying and forwarding? – Arjan Oct 23 '10 at 13:28
@Arjan: Yes it would, if the same problem happened. – harrymc Oct 23 '10 at 15:00
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.