From: Vincent Lefevre Date: Sun, 25 Dec 2016 22:31:01 +0000 (+0100) Subject: In the manual, replaced 2 para by example (similar to the first example). X-Git-Tag: neomutt-20170225~32^2~34 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c756b50bb952959ecd488a6ed07e1a0534b048eb;p=neomutt In the manual, replaced 2 para by example (similar to the first example). --- diff --git a/doc/manual.xml.head b/doc/manual.xml.head index 80cfd5787..4f6c7c2d0 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -5204,22 +5204,24 @@ defined with the "@" modifier. This example matches messages whose recipients are all from Germany, and who are known to your alias list. - + +Matching restricted to aliases ^@~C \.de$ - + To match any defined alias, use a regular expression that matches any string. This example matches messages whose senders are known aliases. - + +Matching any defined alias @~f . - +