From 7f540df29f4ea8bd58937b5d73bb45709af1e234 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 17 May 2019 13:51:18 -0400 Subject: Install filters to /usr/share/aerc/filters --- config/aerc.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config/aerc.conf') diff --git a/config/aerc.conf b/config/aerc.conf index 530e92b..6ed0c3b 100644 --- a/config/aerc.conf +++ b/config/aerc.conf @@ -62,6 +62,6 @@ editor= # 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=contrib/hldiff.py -text/html=contrib/html -text/*=contrib/plaintext.py +subject,~^\[PATCH=/usr/share/aerc/filters/hldiff.py +text/html=/usr/share/aerc/filters/html +text/*=/usr/share/aerc/filters/plaintext.py -- cgit v1.2.3