]> granicus.if.org Git - mutt/commitdiff
Document the match-all feature.
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 14 Oct 1998 10:08:35 +0000 (10:08 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 14 Oct 1998 10:08:35 +0000 (10:08 +0000)
doc/manual.sgml.in

index 165e74339fc09c03966bccbf3fc0dcee21392e7c..244895d358f9bcb35dc7c92d6ed4835a35794883 100644 (file)
@@ -1427,6 +1427,19 @@ Where EXPR, USER, ID, and SUBJECT are
 <tt/&lsqb;MIN&rsqb;-/ and <tt/-&lsqb;MAX&rsqb;/
 are allowed, too.
 
+<sect2>Pattern Modifier
+<p>
+
+Note that patterns matching 'lists' of addresses (notably c,C,p,P and t)
+match if there is at least one match in the whole list. If you want to
+make sure that all elements of that list match, you need to prefix your
+pattern with ^.
+This example matches all mails which only has recipients from Germany.
+
+<tscreen><verb>
+^~C \.de$
+</verb></tscreen>
+
 <sect2>Complex Patterns
 <p>