Darac Marjal composed on 2024-06-02T20:01 (UTC+0100):

> Chris M wrote:

>> I noticed that in SeaMonkey Mail's latest version 2.53.18.2 that the 
>> text is small in SOME emails, and in some emails its fine. And I can't 
>> figure out what to change to make the text a little bigger without 
>> having to use CTRL ++ on those certain emails.

>> Any ideas on how?

> It might be worth checking what language the emails are in. Thunderbird 
> allows you to specify fonts separately for each writing system (e.g. if 
> you want to specify fonts for Japanese or Greek or Khmer messages, you 
> can do). For English and comparable languages, you want to set a font 
> for "Latin" writing system. However, note that there is also "Other 
> Writing Systems" so I can imagine that, if these emails aren't UTF-8 - 
> if they're some strange Windows encoding, for example - they might not 
> be using the font you think you've set.

Font size prefs are in file prefs.js in the profile's root directory. I'll bet
Darac's list is much shorter than mine:
> grep font.size prefs.js
user_pref("font.size.fixed.x-central-euro", 18);
user_pref("font.size.fixed.x-cyrillic", 18);
user_pref("font.size.fixed.x-unicode", 18);
user_pref("font.size.fixed.x-user-def", 18);
user_pref("font.size.fixed.x-western", 18);
user_pref("font.size.fixed.zh-CN", 18);
user_pref("font.size.variable.ja", 18);
user_pref("font.size.variable.x-central-euro", 20);
user_pref("font.size.variable.x-cyrillic", 20);
user_pref("font.size.variable.x-unicode", 20);
user_pref("font.size.variable.x-user-def", 20);
user_pref("font.size.variable.x-western", 20);
user_pref("font.size.variable.zh-CN", 20);
user_pref("font.size.variable.zh-HK", 20);
user_pref("font.size.variable.zh-TW", 20);
>
Open about:config to see those that remain at 16 or 12 default grossly outnumber
any you have set. The file only contains those that have been changed from 
default
16 for variable and 12 or 13 for fixed. About:config lists all that are provided
by default.
-- 
Evolution as taught in public schools is, like religion,
        based on faith, not based on science.

 Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!

Felix Miata

Reply via email to