From: Simon Ruderich Date: Tue, 10 Jan 2017 22:48:08 +0000 (-0800) Subject: Fix minor documentation issues. X-Git-Tag: neomutt-20170225~33^2~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a34efc5acb56f234f92e0e3565ac0ea8859fcc3;p=neomutt 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. --- diff --git a/doc/manual.xml.head b/doc/manual.xml.head index 91df0767f..d5aace162 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -3412,7 +3412,8 @@ patterns. quoted (text matching $quote_regexp in the body of a message) quoted1, quoted2, ..., quotedN (higher levels of quoting) search (highlighting of words in the pager) -signaturestatus (mode lines used to display info about the mailbox or message) +signature +status (mode lines used to display info about the mailbox or message) tilde (the ~ used to pad blank lines in the pager) tree (thread tree drawn in the message index and attachment menu) underline (highlighting underlined patterns in the body of messages) diff --git a/doc/muttrc.man.head b/doc/muttrc.man.head index 378f36c66..b41e2c33b 100644 --- a/doc/muttrc.man.head +++ b/doc/muttrc.man.head @@ -233,19 +233,22 @@ This command binds the given \fIsequence\fP of keys to the given 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