Tell Thunderbird not to truncate or wrap lines when sending email
Solution 1:
https://help.ubuntu.com/community/Thunderbird#Disable_word_wrapping_in_outgoing_messages
Disable word wrapping in outgoing messages
- Edit -> Preferences -> Advanced -> General -> Config Editor
- Set the preference called "mail.wrap_long_lines" to false
See also: http://kb.mozillazine.org/Plain_text_e-mail_(Thunderbird)#Flowed_format
...
mail.wrap_long_lines
to control the wrapping of long lines (defaults to true)
Solution 2:
Setting mailnews.wraplength
to 0 disables wrapping on compose window, but as a side-effect does not wrap sent messages.
I addressed this problem by setting:
mailnews.wraplength 0
mail.compose.wrap_to_window_width true
plain_text.wrap_long_lines true
view_source.wrap_long_lines true
Solution 3:
For me, the accepted answer did not show any effect.
As Joost pointed out in his comment, the correct solution is setting
mailnews.wraplength → 0
in the config editor (Edit → Preferences → Advanced → General → Config Editor...).
Solution 4:
Concerning URLs, it is actually sufficient to enclose them in <
and >
.