diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-06-07 11:53:42 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-06-07 11:54:01 -0400 |
commit | 6e61f58d8684ae8879482d371219d8ae5c00a39d (patch) | |
tree | 0df30b81471485779433e86457062a5cf2fcd0d2 /config | |
parent | 0647ea64839df5ceecf3a71f672f05a589fd1409 (diff) | |
download | aerc-6e61f58d8684ae8879482d371219d8ae5c00a39d.tar.gz |
Rewrite Python filters in awk
Diffstat (limited to 'config')
-rw-r--r-- | config/aerc.conf.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/aerc.conf.in b/config/aerc.conf.in index c24eeb7..1a4a826 100644 --- a/config/aerc.conf.in +++ b/config/aerc.conf.in @@ -69,7 +69,7 @@ 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=@SHAREDIR@/filters/hldiff.py -text/*=@SHAREDIR@/filters/plaintext.py +subject,~^\[PATCH=@SHAREDIR@/filters/hldiff +text/*=@SHAREDIR@/filters/plaintext #text/html=@SHAREDIR@/filters/html #image/*=catimg -w $(tput cols) - |