From 3621c490dbdb83ab9543b8631fb3fe2b3732fee8 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Thu, 29 May 2025 22:44:03 -0500 Subject: [PATCH] aerc | more tweaks --- home/common/aerc.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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";