]> 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)
committerKevin McCarthy <kevin@8t8.us>
Wed, 7 Dec 2016 03:07:32 +0000 (19:07 -0800)
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 f71792a4688c1e1dcdb37bdb0107d7f5ba24e2ee..5e133827c5287c9ec981003c8a434bfe1e01dffb 100644 (file)
@@ -4359,29 +4359,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>
@@ -5221,6 +5198,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">