mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 09:53: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;
|
passwordCommand = mkPassword osConfig.age.secrets.alyraffaufFastmail.path;
|
||||||
primary = true;
|
primary = true;
|
||||||
realName = "Aly Raffauf";
|
realName = "Aly Raffauf";
|
||||||
|
|
||||||
|
signature = {
|
||||||
|
text = ''
|
||||||
|
Thank you,
|
||||||
|
Aly Raffauf
|
||||||
|
https://aly.RaffaufLabs.com
|
||||||
|
https://alyraffauf.github.com
|
||||||
|
'';
|
||||||
|
|
||||||
|
showSignature = "append";
|
||||||
|
};
|
||||||
|
|
||||||
thunderbird = {
|
thunderbird = {
|
||||||
enable = true;
|
enable = true;
|
||||||
profiles = ["default"];
|
profiles = ["default"];
|
||||||
|
@ -32,6 +44,13 @@ in {
|
||||||
passwordCommand = mkPassword osConfig.age.secrets.achacegaGmail.path;
|
passwordCommand = mkPassword osConfig.age.secrets.achacegaGmail.path;
|
||||||
realName = "Aly Raffauf";
|
realName = "Aly Raffauf";
|
||||||
|
|
||||||
|
signature = {
|
||||||
|
text = ''
|
||||||
|
--
|
||||||
|
Aly Raffauf (née Chace)
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
thunderbird = {
|
thunderbird = {
|
||||||
enable = true;
|
enable = true;
|
||||||
profiles = ["default"];
|
profiles = ["default"];
|
||||||
|
@ -45,6 +64,16 @@ in {
|
||||||
flavor = "gmail.com";
|
flavor = "gmail.com";
|
||||||
realName = "Aly Raffauf";
|
realName = "Aly Raffauf";
|
||||||
|
|
||||||
|
signature = {
|
||||||
|
text = ''
|
||||||
|
Aly Raffauf (née Chace)
|
||||||
|
Content Operations Specialist 1
|
||||||
|
Global Savings Group
|
||||||
|
'';
|
||||||
|
|
||||||
|
showSignature = "append";
|
||||||
|
};
|
||||||
|
|
||||||
thunderbird = {
|
thunderbird = {
|
||||||
enable = true;
|
enable = true;
|
||||||
profiles = ["work"];
|
profiles = ["work"];
|
||||||
|
|
Loading…
Reference in a new issue