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

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