diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-06-07 10:22:58 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-06-07 10:22:58 -0400 |
commit | 37f0114ffaf0c150ec2adaea2eea5ce322960465 (patch) | |
tree | 70870482082fe3e02104be23c3da7d34fa07793c /config | |
parent | 668f7f9e5de7c3d90307353294f057ee25f00708 (diff) | |
download | aerc-37f0114ffaf0c150ec2adaea2eea5ce322960465.tar.gz |
Disable HTML filter by default
Diffstat (limited to 'config')
-rw-r--r-- | config/aerc.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/aerc.conf.in b/config/aerc.conf.in index 0bf114f..4c6b1a7 100644 --- a/config/aerc.conf.in +++ b/config/aerc.conf.in @@ -70,5 +70,5 @@ editor= # 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/html=@SHAREDIR@/filters/html text/*=@SHAREDIR@/filters/plaintext.py +#text/html=@SHAREDIR@/filters/html |