alot: fix account extraConfig section

(cherry picked from commit 31ae1bc2ff)
This commit is contained in:
pacien 2019-08-18 06:32:31 +02:00 committed by Robert Helgesson
parent 176e82ee1c
commit 35d31c390d
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89

View file

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