From 53cbdd9c36de82d63e2a620e834f2e5ca6a1db0a Mon Sep 17 00:00:00 2001 From: dezeroku Date: Tue, 23 Apr 2024 12:16:24 +0200 Subject: [PATCH] aerc: convert html to text --- roles/aerc/files/aerc.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/aerc/files/aerc.conf b/roles/aerc/files/aerc.conf index 4029a95..5bc2179 100644 --- a/roles/aerc/files/aerc.conf +++ b/roles/aerc/files/aerc.conf @@ -113,8 +113,8 @@ text/plain=colorize text/calendar=calendar message/delivery-status=colorize message/rfc822=colorize -#text/html=pandoc -f html -t plain | colorize -text/html=pandoc -f html -t markdown | colorize +text/html=pandoc -f html -t plain | colorize +#text/html=pandoc -f html -t markdown | colorize .headers=colorize [openers]