diff options
-rw-r--r-- | filter/ChangeLog | 5 | ||||
-rw-r--r-- | filter/vfoldertypes.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog index 01b487b808..827efa6f0b 100644 --- a/filter/ChangeLog +++ b/filter/ChangeLog @@ -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 diff --git a/filter/vfoldertypes.xml b/filter/vfoldertypes.xml index 73625ef25c..7f38eb7834 100644 --- a/filter/vfoldertypes.xml +++ b/filter/vfoldertypes.xml @@ -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> |