Commit 5933cb4
Changed files (1)
home
linux
gui
thunderbird
home/linux/gui/thunderbird/default.nix
@@ -21,6 +21,7 @@ in {
isDefault = true;
settings = {
"extensions.autoDisableScopes" = 0;
+ "mail.spellcheck.inline" = false;
};
};
};
@@ -56,6 +57,8 @@ in {
hidewhenrestarted = true;
hidewhenstarted = true;
showhidethunderbird = true;
+ restartthunderbird = true;
+ startClosedThunderbird = true;
})
// (lib.mapAttrs' (n: v: lib.nameValuePair "advanced/${n}" v) {
tbcmdline = [(lib.getExe thunderbird-x)];