From 5f84dab505f45058565128d885e4da7a173dc6d3 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Tue, 12 Aug 2025 17:51:02 +0200 Subject: Improve pandoc html output, update waybar --- config/aerc/aerc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/aerc') diff --git a/config/aerc/aerc.conf b/config/aerc/aerc.conf index 79808c1..c1dcc25 100644 --- a/config/aerc/aerc.conf +++ b/config/aerc/aerc.conf @@ -494,7 +494,7 @@ text/plain=wrap -r -w 72 | colorize text/calendar=calendar message/delivery-status=colorize message/rfc822=colorize -text/html=pandoc -f html -t plain | colorize +text/html=pandoc -f html -t markdown --wrap=none| colorize #text/html=html | colorize text/*=bat -fP --file-name="$AERC_FILENAME" #application/x-sh=bat -fP -l sh -- cgit