Message subject/from uses subpixel (RGB) antialiasing when system antialiasing is grayscale

Description

System antialiasing is set to grayscale (Linux Freetype). Mailspring uses subpixel RGB antialiasing for the message authors and subject in the message list column. the text in the search box in the top bar also uses subpixel antialiasing.
This is actually less sharp than grayscale antialiasing for users of 4K/5K monitors. Would be better to follow system settings or just make everything grayscale.

To Reproduce…

Steps to reproduce the behavior:

Expected Behavior

Screenshots

Setup

Mailspring 1.17.4. Ubuntu 25.10. Linux. Snap.

  • OS and Version:
    • Installation Method:
  • Mailspring Version:

Additional Context

Solved

This is a snap specific problem

Making sure antialiasing is grayscale in your font config file and then

sudo cp ~/.config/fontconfig/fonts.conf /etc/fonts/local.conf

solves the problem.