parent
0586d2d42a
commit
2e473a7b09
5 changed files with 8 additions and 2 deletions
|
|
@ -223,9 +223,11 @@ let
|
|||
|
||||
# Extra configuration
|
||||
${account.neomutt.extraConfig}
|
||||
'' + optionalString (account.signature.showSignature != "none") ''
|
||||
'' + (if (account.signature.showSignature == "none") then ''
|
||||
unset signature
|
||||
'' else ''
|
||||
set signature = ${pkgs.writeText "signature.txt" account.signature.text}
|
||||
'' + optionalString account.notmuch.enable (notmuchSection account);
|
||||
'') + optionalString account.notmuch.enable (notmuchSection account);
|
||||
|
||||
in {
|
||||
options = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue