aerc | more tweaks

This commit is contained in:
Don Harper 2025-05-29 22:44:03 -05:00
parent ed6adb7b1d
commit 3621c490db

View file

@ -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";