diff --git a/home/common/aerc.nix b/home/common/aerc.nix index b44b5e9..85d75b2 100644 --- a/home/common/aerc.nix +++ b/home/common/aerc.nix @@ -1,4 +1,4 @@ -{ config, pkgs, ... }: { +{ ... }: { programs.aerc = { enable = true; extraConfig = { @@ -14,7 +14,7 @@ # viewer = { alternatives = "text/html,text/plain"; }; compose = { - focus-body = "true"; + focus-body = "false"; address-book-cmd = "khard email --parsable -- %s"; file-picker-cmd = "lf %s"; }; @@ -28,9 +28,9 @@ ".headers" = "colorize"; }; - multipart-converters = { - "text/html" = "links -html-numbered-links 1 -dump -force-html %s"; - }; + # multipart-converters = { + # "text/html" = "links -html-numbered-links 1 -dump -force-html %s"; + # }; openers = { "application/octet-stream" = "catdoc %s";