From 76996356ece75922e6746dfea99015e6f87237ba Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Tue, 6 Dec 2016 19:07:32 -0800 Subject: [PATCH] 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. --- doc/manual.xml.head | 46 ++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/doc/manual.xml.head b/doc/manual.xml.head index f71792a4..5e133827 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -4359,29 +4359,6 @@ configuration command, preventing Mutt from recording the macro's commands into its history. - -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. - - - - -^@~C \.de$ - - - - -To match any defined alias, use a regular expression that matches any -string. This example matches messages whose senders are known aliases. - - - - -@~f . - - - @@ -5221,6 +5198,29 @@ recipients from Germany. + +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. + + + + +^@~C \.de$ + + + + +To match any defined alias, use a regular expression that matches any +string. This example matches messages whose senders are known aliases. + + + + +@~f . + + + -- 2.40.0