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:
committed by
Jeffrey Stedfast
parent
3ab71d1974
commit
54fca5162a
@ -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.
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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");
|
||||
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user