diff options
| author | Drew DeVault <sir@cmpwn.com> | 2019-07-02 20:36:57 -0400 | 
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2019-07-02 20:36:57 -0400 | 
| commit | 61ef404e31fe2b26c63c90c8dc2e42a794276f96 (patch) | |
| tree | 40fde681eb20541aa49d80b63fecc912c5b5623c | |
| parent | 491e36017868b266e507f5b26d57aa19cb9bf280 (diff) | |
Correct default filter order in aerc.conf.in
| -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 7758eba..a5994a3 100644 --- a/config/aerc.conf.in +++ b/config/aerc.conf.in @@ -75,6 +75,6 @@ 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=awk -f @SHAREDIR@/filters/hldiff -text/*=awk -f @SHAREDIR@/filters/plaintext  #text/html=@SHAREDIR@/filters/html +text/*=awk -f @SHAREDIR@/filters/plaintext  #image/*=catimg -w $(tput cols) -  | 
