aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filtertypes.xml
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-10-31 07:17:04 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-10-31 07:17:04 +0800
commit4ac107769e4ac89e0b9595a6ed7a9539f4ef64fa (patch)
treed5937eeed6b6098bfd40d737e6d8a3f4759427e8 /filter/filtertypes.xml
parentdd76f4c007ae749393c702a3d8b4555ec36711d3 (diff)
downloadgsoc2013-evolution-4ac107769e4ac89e0b9595a6ed7a9539f4ef64fa.tar
gsoc2013-evolution-4ac107769e4ac89e0b9595a6ed7a9539f4ef64fa.tar.gz
gsoc2013-evolution-4ac107769e4ac89e0b9595a6ed7a9539f4ef64fa.tar.bz2
gsoc2013-evolution-4ac107769e4ac89e0b9595a6ed7a9539f4ef64fa.tar.lz
gsoc2013-evolution-4ac107769e4ac89e0b9595a6ed7a9539f4ef64fa.tar.xz
gsoc2013-evolution-4ac107769e4ac89e0b9595a6ed7a9539f4ef64fa.tar.zst
gsoc2013-evolution-4ac107769e4ac89e0b9595a6ed7a9539f4ef64fa.zip
Pure formatting changes, no actual code changes. Since I know I'm going to
2000-10-30 Jeffrey Stedfast <fejj@helixcode.com> * filter-input.c: * filter-option.c: * filter-part.c: Pure formatting changes, no actual code changes. Since I know I'm going to get flamed for this, I'm sorry but I'll probably have to modify code in these files and it's easier if the code is quickly readable by me. * filter-rule.c (get_widget): Set the "remove" button insensitive for <= 1 instead of == 1. svn path=/trunk/; revision=6283
Diffstat (limited to 'filter/filtertypes.xml')
-rw-r--r--filter/filtertypes.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/filter/filtertypes.xml b/filter/filtertypes.xml
index 38723dbf98..925593e402 100644
--- a/filter/filtertypes.xml
+++ b/filter/filtertypes.xml
@@ -28,7 +28,6 @@
(match-all (not (header-matches "From" ${sender})))
</code>
</option>
-
<option value="starts with">
<title>starts with</title>
<code>
@@ -53,13 +52,13 @@
(match-all (not (header-ends-with "From" ${sender})))
</code>
</option>
- <option value="matches regex">
+ <option value="matches regex" type="regex">
<title>matches regex</title>
<code>
(match-all (header-regex "From" ${sender}))
</code>
</option>
- <option value="not match regex">
+ <option value="not match regex" type="regex">
<title>does not match regex</title>
<code>
(match-all (not (header-regex "From" ${sender})))