home/aerc | tweaks, more config under control

This commit is contained in:
Don Harper 2025-07-03 13:46:37 -05:00
parent d951498707
commit 680bc92d15
3 changed files with 16 additions and 1 deletions

View file

@ -36,7 +36,7 @@
"text/calendar" = "calendar";
"message/delivery-status" = "colorize";
"message/rfc822" = "colorize";
"text/html" = "! html";
"text/html" = "w3m -o display_link_number=1 -T text/html";
".headers" = "colorize";
};
@ -81,5 +81,10 @@
recursive = true;
target = "aerc/stylesets";
};
xdg.configFile."aerc/templates" = {
source = ./files/aerc/templates;
recursive = true;
target = "aerc/templates";
};
}

View file

@ -94,6 +94,7 @@
urlscan
vdirsyncer
vlock
w3m
wget
wthrr
zip

View file

@ -0,0 +1,9 @@
X-Mailer: aerc {{ version }}
X-Rock-and-Roll: true
{{- with .Signature }}
{{.}}
--
Don Harper
{{- end -}}