aly/thunderbird: allow remote content

This commit is contained in:
Aly Raffauf 2024-07-02 14:44:02 -04:00
parent a33c6f8bdb
commit 080eb89a78

View file

@ -88,9 +88,14 @@ in {
thunderbird = { thunderbird = {
enable = true; enable = true;
profiles = { profiles = let
default.isDefault = true; settings = {"mailnews.message_display.disable_remote_image" = false;};
work = {}; in {
default = {
inherit settings;
isDefault = true;
};
work = {inherit settings;};
}; };
}; };
}; };