.muttrc.addons:send_charset:-iso-2022-jp
authorJan Kratochvil <jan@jankratochvil.net>
Mon, 23 Oct 2023 13:10:26 +0000 (21:10 +0800)
committerJan Kratochvil <jan@jankratochvil.net>
Mon, 23 Oct 2023 13:10:26 +0000 (21:10 +0800)
.muttrc.addons:color normal:brightwhite

.muttrc.addons

index 0a795bf..b44943c 100644 (file)
@@ -20,7 +20,7 @@ bind pager <Esc>\` 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