From: Kevin McCarthy Date: Wed, 7 Dec 2016 03:07:32 +0000 (-0800) Subject: Move '@' pattern modifier documentation to the right section. X-Git-Tag: neomutt-20170225~32^2~39 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7524cbee19299e25ed4c31cac46ad67611a69ff0;p=neomutt 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. --- diff --git a/doc/manual.xml.head b/doc/manual.xml.head index f71792a46..5e133827c 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 . + + +