aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filtertypes.xml
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2002-04-10 00:26:49 +0800
committerMichael Zucci <zucchi@src.gnome.org>2002-04-10 00:26:49 +0800
commitfb12a78742519175f1766950c5a5870232c56993 (patch)
treebbb874477c210f6e4a4ab3453ce2980cc6c4fd1b /filter/filtertypes.xml
parenta1720426f1682646f5c355f044d7fa20883d6fb5 (diff)
downloadgsoc2013-evolution-fb12a78742519175f1766950c5a5870232c56993.tar
gsoc2013-evolution-fb12a78742519175f1766950c5a5870232c56993.tar.gz
gsoc2013-evolution-fb12a78742519175f1766950c5a5870232c56993.tar.bz2
gsoc2013-evolution-fb12a78742519175f1766950c5a5870232c56993.tar.lz
gsoc2013-evolution-fb12a78742519175f1766950c5a5870232c56993.tar.xz
gsoc2013-evolution-fb12a78742519175f1766950c5a5870232c56993.tar.zst
gsoc2013-evolution-fb12a78742519175f1766950c5a5870232c56993.zip
Added closing ) for "not starts with" subject rule.
2002-04-10 Not Zed <NotZed@Ximian.com> * filtertypes.xml: Added closing ) for "not starts with" subject rule. svn path=/trunk/; revision=16406
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 a0accfa338..c6bed96797 100644
--- a/filter/filtertypes.xml
+++ b/filter/filtertypes.xml
@@ -186,7 +186,7 @@
<option value="not starts with">
<title>does not start with</title>
<code>
- (match-all (not (header-starts-with "Subject" ${subject}))
+ (match-all (not (header-starts-with "Subject" ${subject})))
</code>
</option>
<option value="ends with">