diff options
Diffstat (limited to '.config/aerc')
-rw-r--r-- | .config/aerc/aerc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/aerc/aerc.conf b/.config/aerc/aerc.conf index 76f3095..73854e4 100644 --- a/.config/aerc/aerc.conf +++ b/.config/aerc/aerc.conf @@ -440,8 +440,8 @@ text/plain=colorize text/calendar=calendar message/delivery-status=colorize message/rfc822=colorize -#text/html=pandoc -f html -t plain | colorize -text/html=html | colorize +text/html=pandoc -f html -t plain | colorize +#text/html=html | colorize #text/*=cat -fP --file-name="$AERC_FILENAME" #application/x-sh=bat -fP -l sh #image/*=catimg -w $(tput cols) - |