diff options
-rw-r--r-- | config/aerc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/aerc.conf b/config/aerc.conf index 66b08ad9..7a5e4238 100644 --- a/config/aerc.conf +++ b/config/aerc.conf @@ -222,7 +222,7 @@ reply-to-self=true # 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=colordiff -text/plain=sed 's/^>\+.*/\x1b[2;36m&\x1b[0m/' +text/plain=sed 's/^>\+.*/\x1b[36m&\x1b[0m/' #text/html=pandoc -f html -t plain #image/*=catimg -w $(tput cols) - |