mirror of
https://github.com/kmein/niveum
synced 2026-03-19 19:41:08 +01:00
fix(aerc): respect the damn signature!
This commit is contained in:
@@ -33,12 +33,14 @@ in {
|
|||||||
address = "kieran.meinhardt@fu-berlin.de";
|
address = "kieran.meinhardt@fu-berlin.de";
|
||||||
aliases = ["${userName}@fu-berlin.de"];
|
aliases = ["${userName}@fu-berlin.de"];
|
||||||
passwordCommand = "${pkgs.coreutils}/bin/cat ${config.age.secrets.email-password-meinhak99.path}";
|
passwordCommand = "${pkgs.coreutils}/bin/cat ${config.age.secrets.email-password-meinhak99.path}";
|
||||||
|
aerc.extraAccounts.signature-file = toString (pkgs.writeText "signature" signature.text);
|
||||||
signature = {
|
signature = {
|
||||||
showSignature = "append";
|
showSignature = "append";
|
||||||
text = ''
|
text = ''
|
||||||
${defaults.realName}
|
${defaults.realName}
|
||||||
${pronouns}
|
${pronouns}
|
||||||
|
|
||||||
|
---
|
||||||
Studentische Hilfskraft / ZODIAC
|
Studentische Hilfskraft / ZODIAC
|
||||||
Freie Universität Berlin
|
Freie Universität Berlin
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user