From: Rocco Rutte Date: Thu, 21 Aug 2008 08:30:48 +0000 (+0200) Subject: Improve color/mono command synopsis. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7880d647f10dae88314fe78669be2aa75a2fcad7;p=mutt Improve color/mono command synopsis. Closes #2630. --- diff --git a/ChangeLog b/ChangeLog index 4670d63d..cb136327 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2008-08-21 09:36 +0200 Rocco Rutte (4139ac196ca8) + + * init.h: Better document the effect of $thorough_search being unset. + Closes #3104. + +2008-08-21 07:33 +0200 Rocco Rutte (9373afa9278f) + + * ChangeLog, mutt_ssl.c: Port certificate host checking from msmtp to + mutt. It supports IDN, wildcards and extracting the hostname from + subject alternative field as well as common name which should be the + same gnutls supports. Closes #3087. + 2008-08-19 13:17 -0700 Brendan Cully (573d1aab3c89) * init.c: Silence an incorrect uninitialized variable warning. diff --git a/doc/manual.xml.head b/doc/manual.xml.head index f0c305d1..31c9a0a3 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -1875,7 +1875,8 @@ silently truncated at the screen width, and are not wrapped. -Usage: color object foreground background [ regexp ] +Usage: color object foreground background +Usage: color (header | body) foreground background regexp Usage: color index foreground background pattern Usage: uncolor index pattern [ pattern ... ] @@ -1889,129 +1890,33 @@ possible to only specify one or the other). -object can be one of: - - - - - - - - -attachment - - - - - -body (match regexp in the body of messages) - - - - - -bold (hiliting bold patterns in the body of messages) - - - - - -error (error messages printed by Mutt) - - - - - -header (match regexp in the message header) - - - - - -hdrdefault (default color of the message header in the pager) - - - - - -index (match pattern in the message index) - - - - - -indicator (arrow or bar used to indicate the current item in a menu) - - - - - -markers (the ``+'' markers at the beginning of wrapped lines in the pager) - - - - - -message (informational messages) +header and body match regexp +in the header/body of a message, index matches pattern +(see ) in the message index. - - -normal - - - - - -quoted (text matching $quote_regexp in the body of a message) - - - - - -quoted1, quoted2, ..., quotedN (higher levels of quoting) - - - - - -search (hiliting of words in the pager) - - - - - -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) +object can be one of: - - -underline (hiliting underlined patterns in the body of messages) - - - + +attachment +bold (hiliting bold patterns in the body of messages) +error (error messages printed by Mutt) +hdrdefault (default color of the message header in the pager) +indicator (arrow or bar used to indicate the current item in a menu) +markers (the ``+'' markers at the beginning of wrapped lines in the pager) +message (informational messages) +normal +quoted (text matching $quote_regexp in the body of a message) +quoted1, quoted2, ..., quotedN (higher levels of quoting) +search (hiliting of words in the pager) +signaturestatus (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 (hiliting underlined patterns in the body of messages) - @@ -2019,71 +1924,19 @@ underline (hiliting underlined patterns in the body of messages) - - - - -white - +white +black +green +magenta +blue +cyan +yellow +red +default +colorx - - - -black - - - - - -green - - - - - -magenta - - - - - -blue - - - - - -cyan - - - - - -yellow - - - - - -red - - - - - -default - - - - - -colorx - - - - @@ -2136,52 +1989,26 @@ attributes through the use of the ``mono'' command: -Usage: mono <object> <attribute> [ regexp ] +Usage: mono object attribute +Usage: mono (header | body) attribute regexp Usage: mono index attribute pattern Usage: unmono index pattern [ pattern ... ] -where attribute is one of the following: +For object, see the color command. attribute +can be one of the following: - - - - -none - - - - - -bold - - - - - -underline - - - - - -reverse - - - - - -standout - - - +none +bold +underline +reverse +standout -