Differences between revisions 5 and 6
Revision 5 as of 2018-10-11 02:49:24
Size: 816
Editor: SamatJain
Comment: line-height stuff w/ composer window
Revision 6 as of 2019-03-13 02:14:26
Size: 878
Editor: SamatJain
Comment: font.size.systemFontScale
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
|| font.size.systemFontScale || 100 || Default font scale ||

user.js settings I use:

Setting

Value

Rationale

font.size.systemFontScale

100

Default font scale

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:

   1 /* workaround for MS Outlook mails where the line-height is set to 0 */
   2 body {
   3   line-height: initial !important;
   4 }

SamatsWiki: DotFiles/Thunderbird (last edited 2019-03-13 02:14:26 by SamatJain)