From e578193312d72c7e50506e91ecaa7019bd747172 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Mon, 23 Oct 2023 21:10:26 +0800 Subject: [PATCH] .muttrc.addons:send_charset:-iso-2022-jp .muttrc.addons:color normal:brightwhite --- .muttrc.addons | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.muttrc.addons b/.muttrc.addons index 0a795bf..b44943c 100644 --- a/.muttrc.addons +++ b/.muttrc.addons @@ -20,7 +20,7 @@ bind pager \` previous-unread unset strict_threads # tw=78 is for gq and RFC 2822 section 2.1.1. set editor="vim -c 'set noai' -c 'set ts=8' -c 'set tw=78'" -set send_charset="us-ascii:iso-2022-jp:utf-8" +set send_charset="us-ascii:utf-8" set charset="utf-8" set autoedit set auto_tag @@ -131,7 +131,7 @@ color status brightyellow blue color tree brightmagenta black # the thread tree in the index menu color tilde brightmagenta black color message brightcyan black -color normal white black +color normal brightwhite black color attachment brightmagenta black color search black green # how to hilite search patterns in the pager color body brightyellow black "(ftp|http)://[^ ]+" # point out URLs -- 1.8.3.1