summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--aerc/aerc.conf6
1 files 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]