From 35b293a99c510de5f1fb228d674693d76ba958cf Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Wed, 3 Apr 2024 08:21:37 +0530 Subject: [PATCH] aerc: do not explicitly handle the filter pipe for "text/calendar" --- .config/aerc/aerc.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/.config/aerc/aerc.conf b/.config/aerc/aerc.conf index 62871e7..ba33f65 100644 --- a/.config/aerc/aerc.conf +++ b/.config/aerc/aerc.conf @@ -75,7 +75,6 @@ empty-subject-warning=true # subject which contains "text". Use header,~regex to match against a regex. # text/plain=colorize -text/calendar=calendar message/delivery-status=colorize message/rfc822=colorize text/html=pandoc -f html -t plain | colorize