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:
parent
693840c01b
commit
dbef42d2ec
1 changed files with 2 additions and 0 deletions
|
@ -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" =
|
||||
|
|
Loading…
Add table
Reference in a new issue