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-20170113~15^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=822ef574e939ba00dca5c328954736646a632fca;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 0f2b2ba57..03d5911e9 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -5897,22 +5897,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 . - +