diff options
author | Tyler Davis <tyler@gluecode.net> | 2025-02-25 21:46:42 +0000 |
---|---|---|
committer | Tyler Davis <tyler@gluecode.net> | 2025-02-25 21:46:42 +0000 |
commit | 2fd55ea6a4aeae37028420d83dd7ee4db373dae4 (patch) | |
tree | 6b8a99d28187d66b95697879e977d01248960564 /.config/aerc | |
parent | 6d8b1ef7e80ff9892f9822f6a7119df3eaf054b5 (diff) | |
download | dotfiles-2fd55ea6a4aeae37028420d83dd7ee4db373dae4.tar.gz dotfiles-2fd55ea6a4aeae37028420d83dd7ee4db373dae4.zip |
quick update
Diffstat (limited to '.config/aerc')
-rw-r--r-- | .config/aerc/aerc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/aerc/aerc.conf b/.config/aerc/aerc.conf index 73854e4..76f3095 100644 --- a/.config/aerc/aerc.conf +++ b/.config/aerc/aerc.conf @@ -440,8 +440,8 @@ text/plain=colorize text/calendar=calendar message/delivery-status=colorize message/rfc822=colorize -text/html=pandoc -f html -t plain | colorize -#text/html=html | colorize +#text/html=pandoc -f html -t plain | colorize +text/html=html | colorize #text/*=cat -fP --file-name="$AERC_FILENAME" #application/x-sh=bat -fP -l sh #image/*=catimg -w $(tput cols) - |