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:
@ -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
|
||||
|
||||
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user