Size: 561
Comment:
|
Size: 816
Comment: line-height stuff w/ composer window
|
Deletions are marked like this. | Additions are marked like this. |
Line 12: | Line 12: |
== Composer window line-height == In omni.ja:chrome/classic/skin/classic/messenger/messageQuotes.css: {{{#!highlight css /* workaround for MS Outlook mails where the line-height is set to 0 */ body { line-height: initial !important; } }}} |
user.js settings I use:
Setting |
Value |
Rationale |
mailnews.wraplength |
0 |
Disable text wrapping in composer |
mail.strictly_mime |
true |
Use base64/quoted-printable only, do not use 8bit/7bit encoding. Addresses a known problem with Zoho.com. |
Unknown settings
I had these set at one point or another, but I don't quite understand what they do.
mail.compose.default_to_paragraph
Composer window line-height
In omni.ja:chrome/classic/skin/classic/messenger/messageQuotes.css: