summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2020-11-26 15:21:05 -0800
committerKevin McCarthy <kevin@8t8.us>2020-12-06 15:33:44 -0800
commit42331065e432c03903eac2fc8cc2aa94f7da501e (patch)
tree0b3dc3fc5d3f8e3113162aea3b38392de0a10fc3 /doc
parentc23921bcbf7269d1ed483af16896477eecaade50 (diff)
Add <skip-headers> to skip past message headers in pager.
This is based on <skip-quoted>, and is bound to 'H' by default. I've added an error message in case there is no text past the headers, just to cover the logical case. I don't think Mutt allows that to happen for text passed to the pager, but just in case.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.xml.head26
1 files changed, 19 insertions, 7 deletions
diff --git a/doc/manual.xml.head b/doc/manual.xml.head
index 368504ae..a69cea7b 100644
--- a/doc/manual.xml.head
+++ b/doc/manual.xml.head
@@ -1237,16 +1237,12 @@ shell is executed.
<varlistentry>
<term>
-<literal>&lt;toggle-quoted&gt;</literal><anchor id="toggle-quoted"/>
-(default: T)
+<literal>&lt;skip-headers&gt;</literal><anchor id="skip-headers"/>
+(default: H)
</term>
<listitem>
<para>
-The pager uses the <link linkend="quote-regexp">$quote_regexp</link>
-variable to detect quoted text when displaying the body of the message.
-This function toggles the display of the quoted material in the message.
-It is particularly useful when being interested in just the response and
-there is a large amount of quoted text in the way.
+This function will skip past the headers of the current message.
</para>
</listitem>
</varlistentry>
@@ -1264,6 +1260,22 @@ after a line of quoted text in the internal pager.
</listitem>
</varlistentry>
+<varlistentry>
+<term>
+<literal>&lt;toggle-quoted&gt;</literal><anchor id="toggle-quoted"/>
+(default: T)
+</term>
+<listitem>
+<para>
+The pager uses the <link linkend="quote-regexp">$quote_regexp</link>
+variable to detect quoted text when displaying the body of the message.
+This function toggles the display of the quoted material in the message.
+It is particularly useful when being interested in just the response and
+there is a large amount of quoted text in the way.
+</para>
+</listitem>
+</varlistentry>
+
</variablelist>
</sect2>