</sect2>
</sect1>
+<sect1 id="skip-quoted-patch">
+ <title>Skip-Quoted Patch</title>
+ <subtitle>Leave some context visible</subtitle>
+
+ <sect2 id="skip-quoted-patch2">
+ <title>Patch</title>
+
+ <para>
+ To check if Mutt supports <quote>skip-quoted</quote>, look for
+ <quote>patch-skip-quoted</quote> in the mutt version.
+ See: <xref linkend="mutt-patches"/>.
+ </para>
+
+ <itemizedlist>
+ <title>Dependencies:</title>
+ <listitem><para>mutt-1.6.2</para></listitem>
+ </itemizedlist>
+
+ <para>This patch is part of the <ulink url="http://www.neomutt.org/">NeoMutt Project</ulink>.</para>
+ </sect2>
+
+ <sect2 id="skip-quoted-intro">
+ <title>Introduction</title>
+
+ <para>
+ When viewing an email, the
+ <literal><skip-to-quoted></literal> function (by default the
+ <literal>S</literal> key) will scroll past any quoted text.
+ Sometimes, a little context is useful.
+ </para>
+
+ <para>
+ By setting the <literal>$skip_quoted_offset</literal> variable, you
+ can select how much of the quoted text is left visible.
+ </para>
+ </sect2>
+
+ <sect2 id="skip-quoted-variables">
+ <title>Variables</title>
+ <table id="table-skip-quoted-variables">
+ <title>Skip-Quoted Variables</title>
+ <tgroup cols="3">
+ <thead>
+ <row>
+ <entry>Name</entry>
+ <entry>Type</entry>
+ <entry>Default</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry><literal>skip_quoted_offset</literal></entry>
+ <entry>number</entry>
+ <entry>0</entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </table>
+ </sect2>
+
+<!--
+ <sect2 id="skip-quoted-functions">
+ <title>Functions</title>
+ <para>None</para>
+ </sect2>
+
+ <sect2 id="skip-quoted-commands">
+ <title>Commands</title>
+ <para>None</para>
+ </sect2>
+
+ <sect2 id="skip-quoted-colors">
+ <title>Colors</title>
+ <para>None</para>
+ </sect2>
+
+ <sect2 id="skip-quoted-sort">
+ <title>Sort</title>
+ <para>None</para>
+ </sect2>
+-->
+
+ <sect2 id="skip-quoted-muttrc">
+ <title>Muttrc</title>
+
+<screen>
+<emphasis role="comment"># Example Mutt config file for the 'skip-quoted' patch.
+
+# The 'S' (skip-quoted) command scrolls the pager past the quoted text (usually
+# indented with '> '. Setting 'skip_quoted_offset' leaves some lines of quoted
+# text on screen for context.
+
+# Show three quoted lines before the reply</emphasis>
+set skip_quoted_offset = 3
+
+<emphasis role="comment"># vim: syntax=muttrc</emphasis>
+</screen>
+ </sect2>
+
+ <sect2 id="skip-quoted-see-also">
+ <title>See Also</title>
+
+ <itemizedlist>
+ <listitem><para><ulink url="http://www.neomutt.org/">NeoMutt Project</ulink></para></listitem>
+ </itemizedlist>
+ </sect2>
+
+ <sect2 id="skip-quoted-known-bugs">
+ <title>Known Bugs</title>
+ <para>None</para>
+ </sect2>
+
+ <sect2 id="skip-quoted-credits">
+ <title>Credits</title>
+ <itemizedlist>
+ <listitem><para>David Sterba <email>dsterba@suse.cz</email></para></listitem>
+ <listitem><para>Richard Russon <email>rich@flatcap.org</email></para></listitem>
+ </itemizedlist>
+ </sect2>
+</sect1>
+
</chapter>
<chapter id="security">