diff options
author | Matthew Lemon <y@yulqen.org> | 2023-10-08 15:30:45 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-10-08 15:30:45 +0100 |
commit | 15d9f167335533a92a1eb0c4e62ab441edcf42d8 (patch) | |
tree | 652a7316e44e2d6994caa8904cdac4089df81653 /aerc/aerc.conf | |
parent | a8097072afb614aa615b6a50834b2f1a229c34c2 (diff) |
Uncommented text/html filter - install dante and w3m
Diffstat (limited to 'aerc/aerc.conf')
-rw-r--r-- | aerc/aerc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aerc/aerc.conf b/aerc/aerc.conf index e9aa15b..e0d7019 100644 --- a/aerc/aerc.conf +++ b/aerc/aerc.conf @@ -522,7 +522,7 @@ text/calendar=calendar message/delivery-status=colorize message/rfc822=colorize #text/html=pandoc -f html -t plain | colorize -#text/html=html | colorize +text/html=html | colorize #text/*=bat -fP --file-name="$AERC_FILENAME" #application/x-sh=bat -fP -l sh #image/*=catimg -w $(tput cols) - |