Correct default filter order in aerc.conf.in
This commit is contained in:
parent
491e360178
commit
61ef404e31
|
@ -75,6 +75,6 @@ editor=
|
||||||
# against (non-case-sensitive) and a comma, e.g. subject,text will match a
|
# 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 which contains "text". Use header,~regex to match against a regex.
|
||||||
subject,~^\[PATCH=awk -f @SHAREDIR@/filters/hldiff
|
subject,~^\[PATCH=awk -f @SHAREDIR@/filters/hldiff
|
||||||
text/*=awk -f @SHAREDIR@/filters/plaintext
|
|
||||||
#text/html=@SHAREDIR@/filters/html
|
#text/html=@SHAREDIR@/filters/html
|
||||||
|
text/*=awk -f @SHAREDIR@/filters/plaintext
|
||||||
#image/*=catimg -w $(tput cols) -
|
#image/*=catimg -w $(tput cols) -
|
||||||
|
|
Loading…
Reference in New Issue