mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 03:33:55 -05:00
aly/mail: add email signatures
This commit is contained in:
parent
29d97a0006
commit
8564fb6b01
|
@ -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"];
|
||||
|
|
Loading…
Reference in a new issue