From a4b80bcc8b4427016bfb0c2924ffaa9f8b90916d Mon Sep 17 00:00:00 2001 From: Robin Jarry Date: Wed, 12 Oct 2022 01:02:00 +0200 Subject: [PATCH] config: reference built-in filter scripts Now that the share/filters folders are in $PATH when running the commands, let's reference the scripts by their name. Add more filter examples, some of them using the built-in filters, some of them not... Suggested-by: Teo Luppi Suggested-by: Bence Ferdinandy Signed-off-by: Robin Jarry Acked-by: Moritz Poldrack --- config/aerc.conf | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/config/aerc.conf b/config/aerc.conf index dda983a..66aae82 100644 --- a/config/aerc.conf +++ b/config/aerc.conf @@ -316,11 +316,17 @@ reply-to-self=true # You can also match on non-mimetypes, by prefixing with the header to match # against (non-case-sensitive) and a comma, e.g. subject,text will match a # subject which contains "text". Use header,~regex to match against a regex. -#subject,~^\[PATCH=colordiff -text/plain=sed 's/^>\+.*/\x1b[36m&\x1b[0m/' -#text/html=pandoc -f html -t plain -#text/html=w3m -dump -I UTF-8 -T text/html +# +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 +#application/x-sh=bat -fP -l sh #image/*=catimg -w $(tput cols) - +#subject,~Git(hub|lab)=lolcat -f +#from,thatguywhodoesnothardwraphismessages=fmt -w 72 | colorize [openers] #