Re-added contains and not-contains.

2002-02-12  Jeffrey Stedfast  <fejj@ximian.com>

	* filtertypes.xml: Re-added contains and not-contains.

svn path=/trunk/; revision=15687
This commit is contained in:
Jeffrey Stedfast
2002-02-12 20:14:11 +00:00
committed by Jeffrey Stedfast
parent 3ab71d1974
commit 54fca5162a
4 changed files with 20 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-02-12 Jeffrey Stedfast <fejj@ximian.com>
* filtertypes.xml: Re-added contains and not-contains.
2002-02-04 Jeffrey Stedfast <fejj@ximian.com>
* vfoldertypes.xml: Same here.

View File

@ -495,6 +495,14 @@
<title>is not</title>
<code>(match-all (not (header-matches "x-camel-mlist" ${mlist})))</code>
</option>
<option value="contains">
<title>contains</title>
<code>(match-all (header-contains "x-camel-mlist" ${mlist}))</code>
</option>
<option value="not contains">
<title>does not contain</title>
<code>(match-all (not (header-contains "x-camel-mlist" ${mlist})))</code>
</option>
</input>
<input type="string" name="mlist"/>
</part>

View File

@ -31,7 +31,6 @@ char *s = N_("Mailing list");
char *s = N_("Message Body");
char *s = N_("Message Header");
char *s = N_("Move to Folder");
char *s = N_("Needs Reply");
char *s = N_("Read");
char *s = N_("Recipients");
char *s = N_("Regex Match");

View File

@ -318,6 +318,14 @@
<title>is not</title>
<code>(match-all (not (header-matches "x-camel-mlist" ${mlist})))</code>
</option>
<option value="contains">
<title>contains</title>
<code>(match-all (header-contains "x-camel-mlist" ${mlist}))</code>
</option>
<option value="not contains">
<title>does not contain</title>
<code>(match-all (not (header-contains "x-camel-mlist" ${mlist})))</code>
</option>
</input>
<input type="string" name="mlist"/>
</part>