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-20170113~15^2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0a4bbfb5917230c3ecdc003f4961b650f2bdc5f9;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 a62f4716b..c5a83d450 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -5019,29 +5019,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 . - - - @@ -5914,6 +5891,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 . + + +