If you’re like me, you often get email messages with long URLs that wrap, which are a pain to actually get into a browser. Easier on Firefox though:
Go to about:config and change editor.singleLine.pasteNewlines setting to 3 or add: user_pref(“editor.singleLine.pasteNewlines”, 3); to your user.js file.
Excellent! -m