aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filtertypes.xml
diff options
context:
space:
mode:
authorPeter Williams <peterw@ximian.com>2001-07-11 02:46:40 +0800
committerPeter Williams <peterw@src.gnome.org>2001-07-11 02:46:40 +0800
commite03763155360c069933a2ea901fd88e0be209063 (patch)
tree4bb575ee98d407d5f5aefd06c661fe6393a253cb /filter/filtertypes.xml
parent1b3ce1c888c231091f8d9b7be00f719efbaff494 (diff)
downloadgsoc2013-evolution-e03763155360c069933a2ea901fd88e0be209063.tar
gsoc2013-evolution-e03763155360c069933a2ea901fd88e0be209063.tar.gz
gsoc2013-evolution-e03763155360c069933a2ea901fd88e0be209063.tar.bz2
gsoc2013-evolution-e03763155360c069933a2ea901fd88e0be209063.tar.lz
gsoc2013-evolution-e03763155360c069933a2ea901fd88e0be209063.tar.xz
gsoc2013-evolution-e03763155360c069933a2ea901fd88e0be209063.tar.zst
gsoc2013-evolution-e03763155360c069933a2ea901fd88e0be209063.zip
Put a match-all around the not-body-contains to make it work per-message.
2001-07-10 Peter Williams <peterw@ximian.com> * vfoldertypes.xml: Put a match-all around the not-body-contains to make it work per-message. * filtertypes.xml: Same. svn path=/trunk/; revision=10962
Diffstat (limited to 'filter/filtertypes.xml')
-rw-r--r--filter/filtertypes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/filtertypes.xml b/filter/filtertypes.xml
index e40ca760ec..faab9345fc 100644
--- a/filter/filtertypes.xml
+++ b/filter/filtertypes.xml
@@ -309,7 +309,7 @@
<option value="not contains">
<title>does not contain</title>
<code>
- (not (body-contains ${word}))
+ (match-all (not (body-contains ${word})))
</code>
</option>
</input>