From 61ef404e31fe2b26c63c90c8dc2e42a794276f96 Mon Sep 17 00:00:00 2001
From: Drew DeVault <sir@cmpwn.com>
Date: Tue, 2 Jul 2019 20:36:57 -0400
Subject: Correct default filter order in aerc.conf.in

---
 config/aerc.conf.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'config')

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) -
-- 
cgit v1.2.3