diff options
author | Marc Coquand <marc@mccd.space> | 2024-08-10 14:14:02 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-08-10 14:14:02 -0500 |
commit | 180f47818d9d739d277618ef9ecd718cda2f35a4 (patch) | |
tree | 4b6aff5662c38d0817220ba1cb6001781e420f58 /config/aerc/aerc.conf | |
parent | 8bbc8c21c9f79fad95f225f2cec47f4bf59660f2 (diff) | |
download | bsd-180f47818d9d739d277618ef9ecd718cda2f35a4.tar.gz bsd-180f47818d9d739d277618ef9ecd718cda2f35a4.tar.bz2 bsd-180f47818d9d739d277618ef9ecd718cda2f35a4.zip |
commits
Diffstat (limited to 'config/aerc/aerc.conf')
-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 |