From 180f47818d9d739d277618ef9ecd718cda2f35a4 Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Sat, 10 Aug 2024 14:14:02 -0500 Subject: commits --- config/aerc/aerc.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config') diff --git a/config/aerc/aerc.conf b/config/aerc/aerc.conf index a594cf6..439bb4a 100644 --- a/config/aerc/aerc.conf +++ b/config/aerc/aerc.conf @@ -445,7 +445,7 @@ parse-http-links=true # # Example (obviously, this requires that you write your main text/plain body # using the markdown syntax): -text/html=pandoc -f markdown -t html --standalone +#text/html=pandoc -f markdown -t html --standalone [filters] # @@ -479,8 +479,8 @@ text/plain=less -r text/calendar=calendar message/delivery-status=colorize message/rfc822=colorize -#text/html=pandoc -f html -t plain -#text/html=w3m +text/html=pandoc -f html -t plain +#text/html=lowdown -t term #application/octet-stream=zathura #text/*=bat -fP --file-name="$AERC_FILENAME" #application/x-sh=bat -fP -l sh -- cgit v1.2.3