]> granicus.if.org Git - neomutt/commitdiff
add docs
authorRichard Russon <rich@flatcap.org>
Sat, 26 Mar 2016 03:47:16 +0000 (03:47 +0000)
committerRichard Russon <rich@flatcap.org>
Mon, 4 Apr 2016 02:33:32 +0000 (03:33 +0100)
README.limit-current-thread [new file with mode: 0644]
doc/manual.xml.head
doc/muttrc.limit-current-thread [new file with mode: 0644]

diff --git a/README.limit-current-thread b/README.limit-current-thread
new file mode 100644 (file)
index 0000000..2bc613d
--- /dev/null
@@ -0,0 +1,45 @@
+Limit-Current-Thread Patch
+==========================
+
+    Focus on one Email Thread
+
+Patch
+-----
+
+    To check if Mutt supports "limit-current-thread", look for
+    "patch-limit-current-thread" in the mutt version.
+
+    Dependencies
+    * mutt-1.5.24
+
+Introduction
+------------
+
+    This patch adds a new way of using the Limit Command. The
+    '<limit-current-thread>' function restricts the view to just the current
+    thread.
+    Setting the limit (the 'l' key) to "all" will restore the full email list.
+
+Functions
+---------
+
+    | Menus | Default Key | Function                 | Description                  |
+    |-------|-------------|--------------------------|------------------------------|
+    | index | '<Esc> L'   | '<limit-current-thread>' | Limit view to current thread |
+
+See Also
+--------
+
+    * NeoMutt project
+
+Known Bugs
+----------
+
+    None
+
+Credits
+-------
+
+    * David Sterba <dsterba@suse.cz>
+    * Richard Russon <rich@flatcap.org>
+
index b90908f001610306861479d3bc7440f848d5e17c..6e836105fa455f5a230e57b7f370b055f87971d8 100644 (file)
@@ -8081,6 +8081,125 @@ please have a look at the mixmaster documentation.
 
 </sect1>
 
+<sect1 id="limit-current-thread">
+       <title>Limit-Current-Thread Patch</title>
+       <subtitle>Focus on one Email Thread</subtitle>
+
+       <sect2 id="limit-current-thread-patch">
+               <title>Patch</title>
+
+               <para>
+                       To check if Mutt supports <quote>limit-current-thread</quote>, look for
+                       <quote>patch-limit-current-thread</quote> in the mutt version.
+                       See: <xref linkend="mutt-patches"/>.
+               </para>
+
+               <itemizedlist>
+                       <title>Dependencies:</title>
+                       <listitem><para>mutt-1.5.24</para></listitem>
+               </itemizedlist>
+
+               <para>This patch is part of the <ulink url="https://github.com/neomutt/neomutt/wiki">NeoMutt Project</ulink>.</para>
+       </sect2>
+
+       <sect2 id="limit-current-thread-intro">
+               <title>Introduction</title>
+
+               <para>
+                       This patch adds a new way of using the
+                       <link linkend="tuning-search">Limit Command</link>.
+                        The <literal>&lt;limit-current-thread&gt;</literal>
+                        function restricts the view to just the current thread.
+                        Setting the limit (the <literal>l</literal> key) to
+                        <quote>all</quote> will restore the full email list.
+               </para>
+
+       </sect2>
+
+<!--
+       <sect2 id="limit-current-thread-variables">
+               <title>Variables</title>
+               <para>None</para>
+       </sect2>
+-->
+       <sect2 id="limit-current-thread-functions">
+               <title>Functions</title>
+
+               <table id="table-limit-current-thread-functions">
+                       <title>Limit-Current-Thread Functions</title>
+                       <tgroup cols="4">
+                               <thead>
+                                       <row>
+                                               <entry>Menus</entry>
+                                               <entry>Default Key</entry>
+                                               <entry>Function</entry>
+                                               <entry>Description</entry>
+                                       </row>
+                               </thead>
+                               <tbody>
+                                       <row>
+                                               <entry>index</entry>
+                                                <entry><literal>&lt;Esc&gt; L</literal></entry>
+                                               <entry><literal>&lt;limit-current-thread&gt;</literal></entry>
+                                               <entry>Limit view to current thread</entry>
+                                       </row>
+                               </tbody>
+                       </tgroup>
+               </table>
+
+       </sect2>
+<!--
+       <sect2 id="limit-current-thread-commands">
+               <title>Commands</title>
+               <para>None</para>
+       </sect2>
+
+       <sect2 id="limit-current-thread-colors">
+               <title>Colors</title>
+               <para>None</para>
+       </sect2>
+
+       <sect2 id="limit-current-thread-sort">
+               <title>Sort</title>
+               <para>None</para>
+       </sect2>
+-->
+
+       <sect2 id="limit-current-thread-muttrc">
+               <title>Muttrc</title>
+
+<screen>
+<emphasis role="comment"># Example Mutt config file for the 'limit-current-thread' patch.
+# Limit view to current thread</emphasis>
+bind index &lt;esc&gt;L limit-current-thread
+<emphasis role="comment"># vim: syntax=muttrc</emphasis>
+</screen>
+       </sect2>
+
+       <sect2 id="limit-current-thread-see-also">
+               <title>See Also</title>
+
+               <itemizedlist>
+                       <listitem><para><ulink url="https://github.com/neomutt/neomutt/wiki">NeoMutt Project</ulink></para></listitem>
+               </itemizedlist>
+       </sect2>
+
+       <sect2 id="limit-current-thread-known-bugs">
+               <title>Known Bugs</title>
+               <para>None</para>
+       </sect2>
+
+       <sect2 id="limit-current-thread-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">
diff --git a/doc/muttrc.limit-current-thread b/doc/muttrc.limit-current-thread
new file mode 100644 (file)
index 0000000..5d32cf5
--- /dev/null
@@ -0,0 +1,6 @@
+# Example Mutt config file for the 'limit-current-thread' patch.
+# Limit view to current thread
+bind index <esc>L limit-current-thread
+# vim: syntax=muttrc