diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-05-17 13:51:18 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-05-17 13:51:18 -0400 |
commit | 7f540df29f4ea8bd58937b5d73bb45709af1e234 (patch) | |
tree | 8e3b8a08ddaf2673d997a6531cd196646f639dc5 /config/aerc.conf | |
parent | 387426923b891b81d3ffa210e9eff3622f5e6081 (diff) | |
download | aerc-7f540df29f4ea8bd58937b5d73bb45709af1e234.tar.gz |
Install filters to /usr/share/aerc/filters
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 |