X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=.muttrc.addons;h=bd496e7cd5ad6a9e5f76283ef3d45410f3a558a0;hp=0a795bfa2c25dca6ccf326fdcccf460f82f710f4;hb=HEAD;hpb=ff6cf3d6e3ed6b59ac44a229de5eecaf3d5d03c0 diff --git a/.muttrc.addons b/.muttrc.addons index 0a795bf..7205f18 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 @@ -60,6 +60,7 @@ macro index m "l~N|~O\n" macro pager f ":set pager_index_lines=0\n macro pager g ":set pager_index_lines=10\n" set user_agent +set abort_noattach=ask-yes # https://unix.stackexchange.com/a/42714/296319 auto_view text/html # view html automatically @@ -131,7 +132,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