diff options
Diffstat (limited to 'config/aerc.conf')
-rw-r--r-- | config/aerc.conf | 6 |
1 files changed, 3 insertions, 3 deletions
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 |