aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filtertypes.xml
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-10-25 10:59:27 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-10-25 10:59:27 +0800
commit96586a905c1053765ad234b4363b2bb6d0302231 (patch)
tree65ab6a2891677abddc9b5ade1c85db973b2d6add /filter/filtertypes.xml
parentc7d90017045defc5c7eb61e8f7d90d42bbf79dfd (diff)
downloadgsoc2013-evolution-96586a905c1053765ad234b4363b2bb6d0302231.tar
gsoc2013-evolution-96586a905c1053765ad234b4363b2bb6d0302231.tar.gz
gsoc2013-evolution-96586a905c1053765ad234b4363b2bb6d0302231.tar.bz2
gsoc2013-evolution-96586a905c1053765ad234b4363b2bb6d0302231.tar.lz
gsoc2013-evolution-96586a905c1053765ad234b4363b2bb6d0302231.tar.xz
gsoc2013-evolution-96586a905c1053765ad234b4363b2bb6d0302231.tar.zst
gsoc2013-evolution-96586a905c1053765ad234b4363b2bb6d0302231.zip
Take out the reference to "Source".
2000-10-24 Jeffrey Stedfast <fejj@helixcode.com> * filtertypes.xml: Take out the reference to "Source". svn path=/trunk/; revision=6159
Diffstat (limited to 'filter/filtertypes.xml')
-rw-r--r--filter/filtertypes.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/filter/filtertypes.xml b/filter/filtertypes.xml
index 1b869bd577..930db4fc2a 100644
--- a/filter/filtertypes.xml
+++ b/filter/filtertypes.xml
@@ -197,26 +197,6 @@
</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>