Skip to content

Instantly share code, notes, and snippets.

@niklaskeerl
Last active September 11, 2019 15:52
Show Gist options
  • Save niklaskeerl/a774b45d8f1d0f3ae4b6d02805c22be0 to your computer and use it in GitHub Desktop.
Save niklaskeerl/a774b45d8f1d0f3ae4b6d02805c22be0 to your computer and use it in GitHub Desktop.
Correctly wrapping lines for sending mails with thunderbird
Correctly wrapping lines
mailnews.wraplength 0
mail.compose.wrap_to_window_width true
plain_text.wrap_long_lines true
view_source.wrap_long_lines true
Setting the User Agent
Open the file: ~/Library/Thunderbird/Profiles/xxxxxxxx.default/prefs.js
Add this line: user_pref("general.useragent.override", "");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment