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