From: Thomas Roessler Date: Wed, 2 Apr 2003 08:47:28 +0000 (+0000) Subject: sample.muttrc-tlr would try to include my color configurations, X-Git-Tag: pre-type-punning-patch~114 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc388dcdf83f11a7b1b8a9d52120078d7a0006df;p=mutt sample.muttrc-tlr would try to include my color configurations, which weren't distrubted. Fix that. (Bug noted while helping someone else to configure mutt during a conference.) --- diff --git a/contrib/Makefile.in b/contrib/Makefile.in index db9376db..2de203e1 100644 --- a/contrib/Makefile.in +++ b/contrib/Makefile.in @@ -21,7 +21,8 @@ VPATH = @srcdir@ subdir = contrib SAMPLES = Mush.rc Pine.rc gpg.rc pgp2.rc pgp5.rc pgp6.rc Tin.rc \ - sample.muttrc sample.mailcap sample.muttrc-tlr smime.rc \ + sample.muttrc sample.mailcap sample.muttrc-tlr \ + colors.default colors.linux smime.rc \ ca-bundle.crt smime_keys_test.pl DISTFILES = Makefile.in language.txt language50.txt \ diff --git a/contrib/colors.default b/contrib/colors.default new file mode 100644 index 00000000..84298e9a --- /dev/null +++ b/contrib/colors.default @@ -0,0 +1,23 @@ +# -*-muttrc-*- + +# Colors for use with xterm and the like, white background. + +color hdrdefault blue white +color quoted blue white +color signature red white +color attachment red white +color message brightred white +color error brightred white +color indicator brightyellow red +color status brightgreen blue +color tree black white +color normal black white +color markers red white +color search white black +color tilde brightmagenta white +color index blue white ~F +color index red white "~N|~O" + + +# color body brightblack white '\*+[^*]+\*+' +# color body brightblack white '_+[^_]+_+' diff --git a/contrib/colors.linux b/contrib/colors.linux new file mode 100644 index 00000000..1366a9c1 --- /dev/null +++ b/contrib/colors.linux @@ -0,0 +1,22 @@ +# -*-muttrc-*- + +# Palette for use with the Linux console. Black background. + +color hdrdefault blue black +color quoted blue black +color signature blue black +color attachment red black +color message brightred black +color error brightred black +color indicator black red +color status brightgreen blue +color tree white black +color normal white black +color markers red black +color search white black +color tilde brightmagenta black +color index blue black ~F +color index red black "~N|~O" + +# color body brightwhite black '\*+[^*]+\*+' +# color body brightwhite black '_+[^_]+_+'