<<< Date Index >>>     <<< Thread Index >>>

Re: Mutt Newbie: Color



It turns out that compiling from the tarball (configure, make, make
install) left me without a default .muttrc

After I put these colors into .muttrc the color showed up.

Thanks to all who responded!

On Tue, 2004-09-07 at 18:24, Thomas Glanzmann wrote:
> # Hi Bryan,
> # try to add the following to your .muttrc:
> 
> # colors
> color normal   default        default
> color attachment red          default
> color hdrdefault cyan                 default
> color indicator  default      yellow
> color markers  green          default
> color quoted   green          default
> color signature  cyan                 default
> color tilde    blue           default
> color tree     red            default
> 
> color header   red            default ^From:
> color header   red            default ^Date:
> color header   red            default ^To:
> color header   red            default ^Reply-To:
> color header   red            default ^Cc:
> color header   red            default ^Subject:
> color header   red            default ^Resent
> 
> color body    red default [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+
> color body    red default (https?|ftp)://[\-\.\,/%~_:?\#a-zA-Z0-9=]+
> color body      brightred default \\\[[a-zA-Z]+\\\]
> 
> # Set DEFAULT status color
> color status  blue      white
> 
> #     Thomas