set school email to use oauth

This commit is contained in:
Aria Nolan 2023-11-24 19:35:24 -05:00
parent 7b09f1b79a
commit 4ccba9bd76

View file

@ -33,7 +33,12 @@
address = "bfn1292@g.rit.edu";
realName = "Aria Nolan";
flavor = "gmail.com";
thunderbird.enable = true;
thunderbird = {
enable = true;
settings = id: {
"mail.server.server_${id}.authMethod" = 10;
};
};
};
};