aboutsummaryrefslogtreecommitdiffstats
path: root/mail/searchtypes.xml
diff options
context:
space:
mode:
authorBrian Mury <b.mury@ieee.org>2005-06-21 13:33:47 +0800
committerMichael Zucci <zucchi@src.gnome.org>2005-06-21 13:33:47 +0800
commit7e6382469c9627d464d70cbc315db2020cfa34f3 (patch)
tree0579fda995f5651e53d4d79e0d39c0c12b0e8492 /mail/searchtypes.xml
parent989ab1d5c8b4ceb9a9689baadab1a55b067f7d05 (diff)
downloadgsoc2013-evolution-7e6382469c9627d464d70cbc315db2020cfa34f3.tar
gsoc2013-evolution-7e6382469c9627d464d70cbc315db2020cfa34f3.tar.gz
gsoc2013-evolution-7e6382469c9627d464d70cbc315db2020cfa34f3.tar.bz2
gsoc2013-evolution-7e6382469c9627d464d70cbc315db2020cfa34f3.tar.lz
gsoc2013-evolution-7e6382469c9627d464d70cbc315db2020cfa34f3.tar.xz
gsoc2013-evolution-7e6382469c9627d464d70cbc315db2020cfa34f3.tar.zst
gsoc2013-evolution-7e6382469c9627d464d70cbc315db2020cfa34f3.zip
** See bug #301466.
2005-06-21 Brian Mury <b.mury@ieee.org> ** See bug #301466. * filtertypes.xml, searchtypes.xml, vfoldertypes.xml: fix the "match all" case to actually work. svn path=/trunk/; revision=29555
Diffstat (limited to 'mail/searchtypes.xml')
-rw-r--r--mail/searchtypes.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/searchtypes.xml b/mail/searchtypes.xml
index 3893880c50..fb3fde6e9d 100644
--- a/mail/searchtypes.xml
+++ b/mail/searchtypes.xml
@@ -420,7 +420,7 @@
<part name="all">
<title>Match All</title>
<code>
- (#t)
+ (match-all #t)
</code>
</part>