diff options
Diffstat (limited to 'config/aerc')
-rw-r--r-- | config/aerc/aerc.conf | 6 |
1 files changed, 3 insertions, 3 deletions
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 |