Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Change font size into "Feeds" archive message body

more options

Hi, the font size in "Feeds" archive into all folders is too small, I tried the "Theme Font & Size Changer for Thunderbird" add-ons but changes don't apply to the message body of "Feeds" archive. In the attached image the highlighted text is too small. Please could anybody tell me how can I increase the font of those messages. Thanks in advance for any answer Franco

Hi, the font size in "Feeds" archive into all folders is too small, I tried the "Theme Font & Size Changer for Thunderbird" add-ons but changes don't apply to the message body of "Feeds" archive. In the attached image the highlighted text is too small. Please could anybody tell me how can I increase the font of those messages. Thanks in advance for any answer Franco
Pridėtos ekrano nuotraukos

Chosen solution

Matt said

The first of making sure Thunderbird is closed open the prefs.js file in the profile folder and actually remove the entry for that preference. Restart Thunderbird and see what you see.

Fixed, yeah! This what I did: I closed Thunderbird, I open the two prefs.js files in an editor (vim) in order to compare them, I looked for three word: "font", "size" and "char" in prefs.js that it gives small font then I deleted the entries that is missing in prefs.js that it gives readable font and this worked. These are the entries I deleted: user_pref("font.internaluseonly.changed", true); user_pref("font.language.group", "x-unicode"); user_pref("font.minimum-size.x-unicode", 12); user_pref("font.minimum-size.x-western", 13); user_pref("font.size.variable.x-unicode", 12); user_pref("intl.charsetmenu.browser.static", "ISO-8859-1, UTF-8, ISO-8859-15, windows-1252"); user_pref("intl.charsetmenu.mailedit", "UTF-8, ISO-8859-1"); user_pref("intl.charsetmenu.mailview.cache", "ISO-8859-2, ISO-8859-8-I"); user_pref("mailnews.reply_in_default_charset", true); user_pref("mailnews.send_default_charset", "UTF-8"); user_pref("mailnews.view_default_charset", "windows-1252");

I don't know which one of these caused small font... The following entry exists in both prefs.js so I left it untouched: user_pref("mail.default_charsets.migrated", 1); do not delete

I hope this can help someone that it has the same problem, thank you Matt for the time you expended for me Kind regards Franco

Skaityti atsakymą kartu su kontekstu 👍 0

All Replies (9)

more options

Those are web pages, so even if you archive them, if the web page goes away, so will the archived item. Like all web pages ctrl+ Scroll or Ctrl++ will enlarge the web page.

more options

Thanks Matt for the answer, I did as you suggest and Zoom (Ctrl+ +) is active in all the "Feeds" sub-folders it works fine, however when I quit from Thunderbird I loose the Zoom level I set, is there a way to make persistent the Zoom level even when I restart Thunderbird? Thanks again Franco

more options

I know of no way to preserve the zoom. But could you please try creating a new Thunderbird profile and adding one of your feeds to the new profile? Just to see if the size is different. I am guessing your existing profile dates back an operating system or two and somehow Thunderbird and Firefox appear to have issues with increasingly high res monitors on existing profiles. It is not something I have managed to follow up, but has something to do with pixel doubling. IF a new profile does not demonstrate the same is, that is not it. It will be time to try something else.

For instance do those pages display correctly when viewed in a browser, or using a different desktop. While not necessarily common, I have seen issues where KDE offers some odd fonts that just don't grok.

more options

Matt said

I know of no way to preserve the zoom. But could you please try creating a new Thunderbird profile and adding one of your feeds to the new profile? Just to see if the size is different. [ ... ] While not necessarily common, I have seen issues where KDE offers some odd fonts that just don't grok.

I create a new user start Thunderbird and add the feed: http://www.kde.org/dotkdeorg.rdf and the font size is different and readable good! I don't know how to create a new Thunderbird profile, I created a new Feed account as my regular user and added the same feed but the font size is small sadly. The solution appears to port font settings from the new user to my regular user, how to accomplish that? I use KDE on Debian 10 Kind regards Franco

more options

No I was wrong, creating a new profile fixed the font size instead. I tried to exchange the two prefs.js files and the font size is readable but I loose my folders so I restored the original prefs.js and the folders reappeared. There is something in prefs.js that it sets a small font I guess. Kind regards Franco

more options

As I said before, I have not got my head around this issue. But this might be the topic where I do.

As you now have two prefs.js files. check the value for layout.css.devPixelsPerPx I think that is the setting that will be off.

Make changes using the config editor, it is simply a safer way that direct editing.

Modified by Matt

more options

layout.css.devPixelsPerPx;-1.0 in Thunderbird with small font. layout.css.devPixelsPerPx does not exist in Thunderbird with readable font.

more options

So much for copying the setting that worked then.

So I will suggest two options.

This is a bit risk, as is making incorrect changes so please please make a backup copy before you try anything. We do not want to make thing worse.

The first of making sure Thunderbird is closed open the prefs.js file in the profile folder and actually remove the entry for that preference. Restart Thunderbird and see what you see.

the second is try setting it to a value that might be correct, -1 is the default and is supposed to mean autodetect. That is clearly not working. But I am told the way to manually set it is to take the systems DPI and divide it by 96 and use the resulting value in the setting.

Either or both of those work for you? I really an just googling the setting and applying what I find to your problem (and a fairly common issue really) hopefully I can learn the best way to do this.

This was mostly gleaned from https://wiki.archlinux.org/index.php/Firefox/Tweaks

more options

Chosen Solution

Matt said

The first of making sure Thunderbird is closed open the prefs.js file in the profile folder and actually remove the entry for that preference. Restart Thunderbird and see what you see.

Fixed, yeah! This what I did: I closed Thunderbird, I open the two prefs.js files in an editor (vim) in order to compare them, I looked for three word: "font", "size" and "char" in prefs.js that it gives small font then I deleted the entries that is missing in prefs.js that it gives readable font and this worked. These are the entries I deleted: user_pref("font.internaluseonly.changed", true); user_pref("font.language.group", "x-unicode"); user_pref("font.minimum-size.x-unicode", 12); user_pref("font.minimum-size.x-western", 13); user_pref("font.size.variable.x-unicode", 12); user_pref("intl.charsetmenu.browser.static", "ISO-8859-1, UTF-8, ISO-8859-15, windows-1252"); user_pref("intl.charsetmenu.mailedit", "UTF-8, ISO-8859-1"); user_pref("intl.charsetmenu.mailview.cache", "ISO-8859-2, ISO-8859-8-I"); user_pref("mailnews.reply_in_default_charset", true); user_pref("mailnews.send_default_charset", "UTF-8"); user_pref("mailnews.view_default_charset", "windows-1252");

I don't know which one of these caused small font... The following entry exists in both prefs.js so I left it untouched: user_pref("mail.default_charsets.migrated", 1); do not delete

I hope this can help someone that it has the same problem, thank you Matt for the time you expended for me Kind regards Franco