aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-05-26 10:27:22 -0400
committerDrew DeVault <sir@cmpwn.com>2019-05-26 10:27:22 -0400
commitd30a6e3d1f1cf035d018ec27145ef57c4ce41606 (patch)
treed8c892006e3816391c5009eba55f3d8375e616da /config
parent8be4c5715dd7ac0fb79f190c54977db9686f5f95 (diff)
Subsitute prefix in aerc.conf for install
Diffstat (limited to 'config')
-rw-r--r--config/aerc.conf.in (renamed from config/aerc.conf)6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/aerc.conf b/config/aerc.conf.in
index 6ed0c3b..090e624 100644
--- a/config/aerc.conf
+++ b/config/aerc.conf.in
@@ -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=/usr/share/aerc/filters/hldiff.py
-text/html=/usr/share/aerc/filters/html
-text/*=/usr/share/aerc/filters/plaintext.py
+subject,~^\[PATCH=@SHAREDIR@/filters/hldiff.py
+text/html=@SHAREDIR@/filters/html
+text/*=@SHAREDIR@/filters/plaintext.py