diff options
Diffstat (limited to 'config/aerc.conf')
-rw-r--r-- | config/aerc.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/aerc.conf b/config/aerc.conf index 2c928f69..66b08ad9 100644 --- a/config/aerc.conf +++ b/config/aerc.conf @@ -222,6 +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/html=pandoc -f html -t plain #image/*=catimg -w $(tput cols) - |