alot: fix account extraConfig section

This commit is contained in:
pacien 2019-08-18 06:32:31 +02:00 committed by Robert Helgesson
parent 6932e6330e
commit 31ae1bc2ff
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

@ -38,11 +38,10 @@ let
boolStr (signature.showSignature == "attach");
}
)
++ [ alot.extraConfig ]
++ [ "[[[abook]]]" ]
++ mapAttrsToList (n: v: n + "=" + v) alot.contactCompletion
)
+ "\n"
+ alot.extraConfig;
);
configFile =
let