1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-31 04:04:32 +00:00

thunderbird: set additional gmail smtpserver settings

To resolve issues when using gmail with thunderbird, added default smtpserver authMethod of oauth
This commit is contained in:
Dominic Meyer 2025-03-27 10:55:04 +01:00 committed by Dominic Meyer
parent 693840c01b
commit dbef42d2ec

View file

@ -387,6 +387,8 @@ in {
attrsOf (submodule ({ config, ... }: {
config.thunderbird = {
settings = lib.mkIf (config.flavor == "gmail.com") (id: {
"mail.smtpserver.smtp_${id}.authMethod" =
mkOptionDefault 10; # 10 = OAuth2
"mail.server.server_${id}.authMethod" =
mkOptionDefault 10; # 10 = OAuth2
"mail.server.server_${id}.socketType" =