Remove the match-all from the not body-contains, so we can use the new

2001-09-12    <NotZed@Ximian.com>

        * vfoldertypes.xml: Remove the match-all from the not
        body-contains, so we can use the new vector not function.

svn path=/trunk/; revision=12780
This commit is contained in:
2
2001-09-12 20:53:14 +00:00
committed by Michael Zucci
parent 0577bd1a60
commit 2241b7b81d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-09-12 <NotZed@Ximian.com>
* vfoldertypes.xml: Remove the match-all from the not
body-contains, so we can use the new vector not function.
2001-09-10 <NotZed@Ximian.com>
* filter-score.c (format_sexp): Encode the score as an integer

View File

@ -181,7 +181,7 @@
<option value="not contains">
<title>does not contain</title>
<code>
(match-all (not (body-contains ${word})))
(not (body-contains ${word}))
</code>
</option>
</input>