aboutsummaryrefslogtreecommitdiff
path: root/modules/programs/alot.nix
diff options
context:
space:
mode:
authorpacien <pacien.trangirard@pacien.net>2019-08-18 06:32:31 +0200
committerRobert Helgesson <robert@rycee.net>2019-08-18 12:00:38 +0200
commit31ae1bc2fff9660a1870161e064e86d3b4d6b396 (patch)
tree8b35733e8247e9ddf40158b9673e71b9f745ab43 /modules/programs/alot.nix
parent6932e6330e9cbe73629e9f15300bdd0d3b9cc418 (diff)
alot: fix account extraConfig section
Diffstat (limited to '')
-rw-r--r--modules/programs/alot.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/programs/alot.nix b/modules/programs/alot.nix
index 32796b1cf1b..2b28f34caa3 100644
--- a/modules/programs/alot.nix
+++ b/modules/programs/alot.nix
@@ -38,11 +38,10 @@ let
boolStr (signature.showSignature == "attach");
}
)
+ ++ [ alot.extraConfig ]
++ [ "[[[abook]]]" ]
++ mapAttrsToList (n: v: n + "=" + v) alot.contactCompletion
- )
- + "\n"
- + alot.extraConfig;
+ );
configFile =
let