On Wed, Jan 07, 2015 at 15:31:31 -0800, Kevin J. McCarthy wrote: > The idea seems reasonable. I'll be glad to take a look at the patchset > more closely (I need a few days before I can get to it though).
Fine with me :) . > One thing that would be good to include is an update to the mutt > documentation (doc/manual.xml.head). Attached; should probably be squashed into the second patch. Thanks, --Ben
>From 65c7d27c09b80b27acd8860371a7a9283bb0864f Mon Sep 17 00:00:00 2001 From: Ben Boeckel <[email protected]> Date: Thu, 8 Jan 2015 10:30:03 -0500 Subject: [PATCH] manual: add docs for prompt coloring --- doc/manual.xml.head | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/manual.xml.head b/doc/manual.xml.head index 5a741a5..3760667 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -2644,6 +2644,7 @@ specify one or the other). <listitem><para>markers (the <quote>+</quote> markers at the beginning of wrapped lines in the pager)</para></listitem> <listitem><para>message (informational messages)</para></listitem> <listitem><para>normal</para></listitem> +<listitem><para>prompt</para></listitem> <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> -- 2.1.0
