aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filtertypes.xml
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-10-26 12:26:32 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-10-26 12:26:32 +0800
commitea1ac521c7eb58401bf2e177dc49c78054a42c16 (patch)
treebc98607c05b55e2a09dab4987fa083db3f5537fd /filter/filtertypes.xml
parent46f7f0818edcc0c24afb7a3fab41b84b101bfe9c (diff)
downloadgsoc2013-evolution-ea1ac521c7eb58401bf2e177dc49c78054a42c16.tar
gsoc2013-evolution-ea1ac521c7eb58401bf2e177dc49c78054a42c16.tar.gz
gsoc2013-evolution-ea1ac521c7eb58401bf2e177dc49c78054a42c16.tar.bz2
gsoc2013-evolution-ea1ac521c7eb58401bf2e177dc49c78054a42c16.tar.lz
gsoc2013-evolution-ea1ac521c7eb58401bf2e177dc49c78054a42c16.tar.xz
gsoc2013-evolution-ea1ac521c7eb58401bf2e177dc49c78054a42c16.tar.zst
gsoc2013-evolution-ea1ac521c7eb58401bf2e177dc49c78054a42c16.zip
Readded Source url stuff.
2000-10-26 Jeffrey Stedfast <fejj@helixcode.com> * filtertypes.xml: Readded Source url stuff. * filter-element.c (filter_element_new_type_name): Added url stuff back in. * filter-url.[c,h]: Back from the dead... * Makefile.am: Re-added filter-url.[c,h]. svn path=/trunk/; revision=6200
Diffstat (limited to 'filter/filtertypes.xml')
-rw-r--r--filter/filtertypes.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/filter/filtertypes.xml b/filter/filtertypes.xml
index 6417ef261c..6766f4bf3b 100644
--- a/filter/filtertypes.xml
+++ b/filter/filtertypes.xml
@@ -264,6 +264,26 @@
</input>
</part>
+ <part name="source">
+ <title>Source</title>
+ <input type="optionlist" name="url-type">
+ <option value="is">
+ <title>is</title>
+ <code>
+ (match-all (= (get-source) ${source}))
+ </code>
+ </option>
+ <option value="is-not">
+ <title>is not</title>
+ <code>
+ (match-all (not (= (get-source) ${source})))
+ </code>
+ </option>
+ </input>
+ <input type="url" name="source">
+ </input>
+ </part>
+
</partset>