Differences between revisions 4 and 6 (spanning 2 versions)
Revision 4 as of 2017-07-20 17:49:27
Size: 561
Editor: SamatJain
Comment:
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 ||
Line 12: Line 13:

== 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

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)