alot: fix account extraConfig section
This commit is contained in:
parent
6932e6330e
commit
31ae1bc2ff
|
@ -38,11 +38,10 @@ let
|
|||
boolStr (signature.showSignature == "attach");
|
||||
}
|
||||
)
|
||||
++ [ alot.extraConfig ]
|
||||
++ [ "[[[abook]]]" ]
|
||||
++ mapAttrsToList (n: v: n + "=" + v) alot.contactCompletion
|
||||
)
|
||||
+ "\n"
|
||||
+ alot.extraConfig;
|
||||
);
|
||||
|
||||
configFile =
|
||||
let
|
||||
|
|
Loading…
Reference in a new issue