diff options
Diffstat (limited to 'home')
| -rw-r--r-- | home/.muttrc | 19 | ||||
| -rw-r--r-- | home/.vim/vimrc | 2 |
2 files changed, 13 insertions, 8 deletions
diff --git a/home/.muttrc b/home/.muttrc index aedacd2..6d99fa6 100644 --- a/home/.muttrc +++ b/home/.muttrc @@ -34,6 +34,8 @@ set arrow_cursor # use -> instead of hiliting the whole line set autoedit # go to the editor right away when composing #set auto_tag # always operate on tagged messages #set charset="iso-8859-1" # character set for your terminal +set charset="utf-8" +set send_charset="us-ascii:utf-8" set noconfirmappend # don't ask me if i want to append to mailboxes #set confirmcreate # prompt when creating new files set copy=yes # always save a copy of outgoing messages @@ -47,7 +49,6 @@ set fcc_attach # keep attachments in copies of sent messages? #set forward_decode # weed and MIME decode forwaded messages #set forward_format="[%a: %s]" # subject to use when forwarding messages #set forward_quote # quote the header and body of forward msgs -#set index_format="%4C %Z %{%m/%d} [%2N] %-15.15F (%4c) %s" set index_format="%4C %Z %(%Y-%m-%d) %-15.15F (%4c) %s" # format of the index #set folder_format="%t %N %f" #set folder_format="%2C %t %N %F %2l %-8.8u %-8.8g %8s %d %f" @@ -84,7 +85,7 @@ set print_command="/bin/false" # how to print things (I like to save trees) #set print_command="/usr/bin/lpr -P Brother_MFC-9142CDN" # how to print things (I like to save trees) set noprompt_after # ask me for a command after the external pager exits #set quote_regexp="^ *[a-zA-Z]*[>:#}]" # how to catch quoted text -set read_inc=25 # show progress when reading a mailbox +set read_inc=1000 # show progress when reading a mailbox #set recall # prompt to recall postponed messages set reply_to # always use reply-to if present #set reply_regexp="^(re:[ \t]*)+"# how to identify replies in the subject: @@ -122,10 +123,10 @@ set tilde=yes # virtual lines to pad blank lines in the pager set nouse_domain # don't qualify local addresses with $domain #set use_from # always generate the `From:' header field set implicit_autoview=no # pager shows parts having a mailcap viewer -set pgp_verify_sig=yes # do automatically verify message signatures +set crypt_verify_sig=yes # do automatically verify message signatures #set visual=vim # editor invoked by ~v in the builtin editor #set nowait_key # prompt when a pipe returns normal status -set write_inc=25 # show progress while writing mailboxes +set write_inc=1000 # show progress while writing mailboxes # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # @@ -178,13 +179,17 @@ color body cyan default "[-a-z_0-9.+]+@[-a-z_0-9.]+" # email addresses color body red default "(^| )\\*[-a-z0-9*]+\\*[,.?]?[ \n]" color body green default "(^| )_[-a-z0-9_]+_[,.?]?[ \n]" -color index yellow default ~F # Flagged -color index brightgreen default ~N # New color index green default ~O # Old +color index brightgreen default ~N # New +color index yellow default ~F # Flagged color index magenta default ~T # Tagged -color index red default ~D # Deleted +color index red default ~D # Deleted # attributes when using a mono terminal +mono index bold ~N +mono index bold ~F +mono index bold ~T +mono index bold ~D mono normal none # normal text mono indicator reverse # actual message mono tree none # thread arrows diff --git a/home/.vim/vimrc b/home/.vim/vimrc index 0b801fc..27c4aac 100644 --- a/home/.vim/vimrc +++ b/home/.vim/vimrc @@ -226,7 +226,7 @@ autocmd BufNewFile,BufRead *.rb set shiftwidth=2 softtabstop=2 expandtab autocmd BufNewFile,BufRead *.py set shiftwidth=4 softtabstop=4 expandtab autocmd BufNewFile,BufRead *.yml set shiftwidth=2 softtabstop=2 expandtab -autocmd BufNewFile,BufRead snd.\d\+,.letter,.letter.\d\+,.followup,.article,.article.\d\+,pico.\d\+,{neo,}mutt{ng,}-*-\w\+,mutt[[:alnum:]_-]\\\{6\},ae\d\+.txt,/tmp/SLRN[0-9A-Z.]\+,*.eml setf mail +autocmd BufNewFile,BufRead snd.\d\+,.letter,.letter.\d\+,.followup,.article,.article.\d\+,pico.\d\+,{neo,}mutt{ng,}-*-\w\+,mutt[[:alnum:]_-]\\\{6\},ae\d\+.txt,/tmp/SLRN[0-9A-Z.]\+,*.eml setfiletype mail map <F8> :!/usr/bin/ctags -R --c++-kinds=+p --fields=+iaS --extra=+q .<CR> |
