changeset: 6902:79306170e367 user: Simon Ruderich <si...@ruderich.org> date: Tue Jan 10 14:48:08 2017 -0800 link: http://dev.mutt.org/hg/mutt/rev/79306170e367
Fix minor documentation issues. manual.xml: Wrap line for clarity. muttrc.man: Remove superfluous spaces in brackets. Add missing error object in color command. Sort the prompt object. Add sidebar color objects. diffs (44 lines): diff -r 7c0e7a0769e4 -r 79306170e367 doc/manual.xml.head --- a/doc/manual.xml.head Fri Jan 06 14:37:48 2017 -0800 +++ b/doc/manual.xml.head Tue Jan 10 14:48:08 2017 -0800 @@ -2719,7 +2719,8 @@ <listitem><para>quoted (text matching <link linkend="quote-regexp">$quote_regexp</link> in the body of a message)</para></listitem> <listitem><para>quoted1, quoted2, ..., quoted<emphasis>N</emphasis> (higher levels of quoting)</para></listitem> <listitem><para>search (highlighting of words in the pager)</para></listitem> -<listitem><para>signature</para></listitem><listitem><para>status (mode lines used to display info about the mailbox or message)</para></listitem> +<listitem><para>signature</para></listitem> +<listitem><para>status (mode lines used to display info about the mailbox or message)</para></listitem> <listitem><para>tilde (the <quote>~</quote> used to pad blank lines in the pager)</para></listitem> <listitem><para>tree (thread tree drawn in the message index and attachment menu)</para></listitem> <listitem><para>underline (highlighting underlined patterns in the body of messages)</para></listitem> diff -r 7c0e7a0769e4 -r 79306170e367 doc/muttrc.man.head --- a/doc/muttrc.man.head Fri Jan 06 14:37:48 2017 -0800 +++ b/doc/muttrc.man.head Tue Jan 10 14:48:08 2017 -0800 @@ -221,19 +221,22 @@ specify multiple maps, put only a comma between the maps. .PP .nf -\fBcolor\fP \fIobject\fP \fIforeground\fP \fIbackground\fP [ \fI regexp\fP ] -\fBcolor\fP index \fIforeground\fP \fIbackground\fP [ \fI pattern\fP ] +\fBcolor\fP \fIobject\fP \fIforeground\fP \fIbackground\fP [ \fIregexp\fP ] +\fBcolor\fP index \fIforeground\fP \fIbackground\fP [ \fIpattern\fP ] \fBuncolor\fP index \fIpattern\fP [ \fIpattern\fP ... ] .fi .IP If your terminal supports color, these commands can be used to assign \fIforeground\fP/\fIbackground\fP combinations to certain objects. Valid objects are: -.BR attachment ", " body ", " bold ", " header ", " +.BR attachment ", " body ", " bold ", " error ", " header ", " .BR hdrdefault ", " index ", " indicator ", " markers ", " -.BR message ", " normal ", " quoted ", " quoted\fIN\fP ", " +.BR message ", " normal ", " prompt ", " quoted ", " quoted\fIN\fP ", " .BR search ", " signature ", " status ", " tilde ", " tree ", " -.BR underline ", " prompt . +.BR underline . +If the sidebar is enabled the following objects are also valid: +.BR sidebar_divider ", " sidebar_flagged ", " sidebar_highlight ", " +.BR sidebar_indicator ", " sidebar_new ", " sidebar_spoolfile . The .BR body " and " header objects allow you to restrict the colorization to a regular