aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2002-09-19 21:28:00 +0800
committerMichael Zucci <zucchi@src.gnome.org>2002-09-19 21:28:00 +0800
commitc1e57e32d932ac719edfc01641da5f72b7867201 (patch)
tree8b6208ca36d5204fa0b0c6e3f41d3b341ec221f4
parent509ffe7ce332614f516a32739b96da048a9e21f7 (diff)
downloadgsoc2013-evolution-c1e57e32d932ac719edfc01641da5f72b7867201.tar
gsoc2013-evolution-c1e57e32d932ac719edfc01641da5f72b7867201.tar.gz
gsoc2013-evolution-c1e57e32d932ac719edfc01641da5f72b7867201.tar.bz2
gsoc2013-evolution-c1e57e32d932ac719edfc01641da5f72b7867201.tar.lz
gsoc2013-evolution-c1e57e32d932ac719edfc01641da5f72b7867201.tar.xz
gsoc2013-evolution-c1e57e32d932ac719edfc01641da5f72b7867201.tar.zst
gsoc2013-evolution-c1e57e32d932ac719edfc01641da5f72b7867201.zip
Changed source account, use header-source rather than (= (get-source) ...)
2002-09-19 Not Zed <NotZed@Ximian.com> * filtertypes.xml: Changed source account, use header-source rather than (= (get-source) ...) svn path=/trunk/; revision=18113
-rw-r--r--filter/ChangeLog5
-rw-r--r--filter/filtertypes.xml4
2 files changed, 7 insertions, 2 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index 868fee9fe9..9e5f062ec8 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-19 Not Zed <NotZed@Ximian.com>
+
+ * filtertypes.xml: Changed source account, use header-source
+ rather than (= (get-source) ...)
+
2002-09-13 Jeffrey Stedfast <fejj@ximian.com>
* filtertypes.xml: Add a Run Once action to run a command only
diff --git a/filter/filtertypes.xml b/filter/filtertypes.xml
index 2a192d1c61..9c7dc8ea15 100644
--- a/filter/filtertypes.xml
+++ b/filter/filtertypes.xml
@@ -568,13 +568,13 @@
<option value="is">
<title>is</title>
<code>
- (match-all (= (get-source) ${source}))
+ (match-all (header-source ${source}))
</code>
</option>
<option value="is-not">
<title>is not</title>
<code>
- (match-all (not (= (get-source) ${source})))
+ (match-all (not (header-source ${source})))
</code>
</option>
</input>