changeset: 6888:df1d1e379477
user:      Kevin McCarthy <ke...@8t8.us>
date:      Tue Dec 06 19:07:32 2016 -0800
link:      http://dev.mutt.org/hg/mutt/rev/df1d1e379477

Move '@' pattern modifier documentation to the right section.

Somehow, the patch got out of date and the documentation shifted to
another section.  Relocate back to the "Pattern Modifier" section.

diffs (63 lines):

diff -r d930e39ec095 -r df1d1e379477 doc/manual.xml.head
--- a/doc/manual.xml.head       Sun Dec 04 16:04:29 2016 -0800
+++ b/doc/manual.xml.head       Tue Dec 06 19:07:32 2016 -0800
@@ -4359,29 +4359,6 @@
 <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 @@
 </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">

Reply via email to