From 01788be69d7cfa196298b11832d515f2cf8e4229 Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Fri, 28 Sep 2018 04:00:35 +0200 Subject: mutt: reduce write_inc, fix colors --- home/.muttrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'home') 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 -- cgit v1.2.3