diff options
| author | David Kaufmann <astra@ionic.at> | 2018-09-28 04:00:35 +0200 |
|---|---|---|
| committer | David Kaufmann <astra@ionic.at> | 2018-09-28 04:00:35 +0200 |
| commit | 01788be69d7cfa196298b11832d515f2cf8e4229 (patch) | |
| tree | 895a2998464bc49c9eab1b2fc5a3c130dfba9393 /home | |
| parent | d6ca4ecb25ababead470c4989c7a802b47bf43ac (diff) | |
| download | config-01788be69d7cfa196298b11832d515f2cf8e4229.tar.gz | |
mutt: reduce write_inc, fix colors
Diffstat (limited to 'home')
| -rw-r--r-- | home/.muttrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/home/.muttrc b/home/.muttrc index 6d99fa6..8961b54 100644 --- a/home/.muttrc +++ b/home/.muttrc @@ -126,7 +126,7 @@ set implicit_autoview=no # pager shows parts having a mailcap viewer 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=1000 # show progress while writing mailboxes +set write_inc=100 # show progress while writing mailboxes # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # @@ -153,8 +153,8 @@ color status brightwhite green # status line color error brightred default # errors color message red default # info messages color signature red default # signature -color attachment green brightblack # MIME attachments -color search green brightblack # search matches +color attachment green default # MIME attachments +color search green default # search matches color markers red default # + at beginning of wrapped lines color tilde magenta default # ~ at beginning of empty lines color hdrdefault green default # default header lines |
