From 3740edfc07fc20aee1156ea81797d0b9d207f8cf Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 16 Jan 2024 15:21:53 +0100 Subject: Fix filter path for aerc --- aerc/aerc.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aerc/aerc.conf b/aerc/aerc.conf index bc72c01..8552280 100644 --- a/aerc/aerc.conf +++ b/aerc/aerc.conf @@ -204,9 +204,9 @@ address-book-cmd="khard email --remove-first-line --parsable '%s'" # 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=awk -f /usr/libexec/aerc/filters/hldiff -text/html=/usr/libexec/aerc/filters/html -text/*=awk -f /usr/libexec/aerc/filters/plaintext +subject,~^\[PATCH=awk -f /usr/lib/aerc/filters/hldiff +text/html=/usr/lib/aerc/filters/html +text/*=awk -f /usr/lib/aerc/filters/plaintext #image/*=catimg -w $(tput cols) - [triggers] -- cgit v1.2.3-70-g09d2