aly/mail: add email signatures

This commit is contained in:
Aly Raffauf 2024-06-30 18:44:39 -04:00
parent 29d97a0006
commit 8564fb6b01

View file

@ -16,6 +16,18 @@ in {
passwordCommand = mkPassword osConfig.age.secrets.alyraffaufFastmail.path;
primary = true;
realName = "Aly Raffauf";
signature = {
text = ''
Thank you,
Aly Raffauf
https://aly.RaffaufLabs.com
https://alyraffauf.github.com
'';
showSignature = "append";
};
thunderbird = {
enable = true;
profiles = ["default"];
@ -32,6 +44,13 @@ in {
passwordCommand = mkPassword osConfig.age.secrets.achacegaGmail.path;
realName = "Aly Raffauf";
signature = {
text = ''
--
Aly Raffauf (née Chace)
'';
};
thunderbird = {
enable = true;
profiles = ["default"];
@ -45,6 +64,16 @@ in {
flavor = "gmail.com";
realName = "Aly Raffauf";
signature = {
text = ''
Aly Raffauf (née Chace)
Content Operations Specialist 1
Global Savings Group
'';
showSignature = "append";
};
thunderbird = {
enable = true;
profiles = ["work"];