Jon wrote:
"corvid" wrote:
Jon wrote:
Also, there's no mention on "MList.html" on if we're supposed to reply to sender as well as the mailing list, or just reply to the list?
The convention is just to send to the list.
The above patch does not take into consideration font size, so the result can be microscopic/unreadable fonts. I've added the code to scale the font in the same way as you scale other fonts in dillo.
I had considered it, but didn't know whether I should. I ended up leaving it alone, reasoning that at least it would be no worse than before. Why was it causing them to be microscopic?
It's a resolution issue. A 14 point font on *my* system is microscopic and the cause is running extremely high resolutions.
Okay, so it was already microscopic. I thought maybe I had made things worse somehow.
With GTK, you can control many aspects of the toolkit such as font names/sizes on all applications through the system-wide or user-level .gtkrc files.
I wonder whether this is why dillo has historically used prefs.font_factor instead of a prefs.fontsize (where FontSizes in html.cc would be generated from it).