[evolution-patches] fix for match-all in filters, vfolders, searches (bugs 301466 and 302683)
- From: Brian Mury <b mury ieee org>
- To: evolution-patches lists ximian com
- Subject: [evolution-patches] fix for match-all in filters, vfolders, searches (bugs 301466 and 302683)
- Date: Mon, 20 Jun 2005 18:40:36 -0300
This fixes the error messages when using "match-all" for filters,
vfolders, and searches.
diff -Naur evolution-2.2.1.1/mail/filtertypes.xml
evolution-2.2.1.1-fixed/mail/filtertypes.xml
--- evolution-2.2.1.1/mail/filtertypes.xml 2004-11-12
03:07:56.000000000 -0400
+++ evolution-2.2.1.1-fixed/mail/filtertypes.xml 2005-06-20
18:38:00.000000000 -0300
@@ -637,7 +637,7 @@
<part name="all">
<title>Match All</title>
<code>
- (#t)
+ (match-all #t)
</code>
</part>
diff -Naur evolution-2.2.1.1/mail/searchtypes.xml
evolution-2.2.1.1-fixed/mail/searchtypes.xml
--- evolution-2.2.1.1/mail/searchtypes.xml 2005-01-24
17:54:55.000000000 -0400
+++ evolution-2.2.1.1-fixed/mail/searchtypes.xml 2005-06-20
18:38:10.000000000 -0300
@@ -420,7 +420,7 @@
<part name="all">
<title>Match All</title>
<code>
- (#t)
+ (match-all #t)
</code>
</part>
diff -Naur evolution-2.2.1.1/mail/vfoldertypes.xml
evolution-2.2.1.1-fixed/mail/vfoldertypes.xml
--- evolution-2.2.1.1/mail/vfoldertypes.xml 2004-11-12
03:07:56.000000000 -0400
+++ evolution-2.2.1.1-fixed/mail/vfoldertypes.xml 2005-06-20
18:38:17.000000000 -0300
@@ -423,7 +423,7 @@
<part name="all">
<title>Match All</title>
<code>
- (#t)
+ (match-all #t)
</code>
</part>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]