]> granicus.if.org Git - neomutt/commitdiff
Move '@' pattern modifier documentation to the right section.
authorKevin McCarthy <kevin@8t8.us>
Wed, 7 Dec 2016 03:07:32 +0000 (19:07 -0800)
committerRichard Russon <rich@flatcap.org>
Fri, 30 Dec 2016 20:05:36 +0000 (20:05 +0000)
Somehow, the patch got out of date and the documentation shifted to
another section.  Relocate back to the "Pattern Modifier" section.

doc/manual.xml.head

index a62f4716bbadd4124724170d943c88dc6b89edf4..c5a83d450bfa68a4a3bfc7c906b52472d41a566a 100644 (file)
@@ -5019,29 +5019,6 @@ configuration command, preventing Mutt from recording the
 <command>macro</command>'s commands into its history.
 </para>
 
-<para>
-You can restrict address pattern matching to aliases that you have
-defined with the "@" modifier.  This example matches messages whose
-recipients are all from Germany, and who are known to your alias list.
-</para>
-
-<para>
-<screen>
-^@~C \.de$
-</screen>
-</para>
-
-<para>
-To match any defined alias, use a regular expression that matches any
-string.  This example matches messages whose senders are known aliases.
-</para>
-
-<para>
-<screen>
-@~f .
-</screen>
-</para>
-
 </sect3>
 
 </sect2>
@@ -5914,6 +5891,29 @@ recipients from Germany.
 </screen>
 </example>
 
+<para>
+You can restrict address pattern matching to aliases that you have
+defined with the "@" modifier.  This example matches messages whose
+recipients are all from Germany, and who are known to your alias list.
+</para>
+
+<para>
+<screen>
+^@~C \.de$
+</screen>
+</para>
+
+<para>
+To match any defined alias, use a regular expression that matches any
+string.  This example matches messages whose senders are known aliases.
+</para>
+
+<para>
+<screen>
+@~f .
+</screen>
+</para>
+
 </sect2>
 
 <sect2 id="simple-searches">