aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-11-12 15:07:56 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-11-12 15:07:56 +0800
commite996dc22515b3237899b054f8658c284c9fbb920 (patch)
tree8eb470f9308e6e7ec76b150d0eed920ddffa3627 /mail
parent097e87551eeebeec4b670b96be3fc2c2ec3de133 (diff)
downloadgsoc2013-evolution-e996dc22515b3237899b054f8658c284c9fbb920.tar
gsoc2013-evolution-e996dc22515b3237899b054f8658c284c9fbb920.tar.gz
gsoc2013-evolution-e996dc22515b3237899b054f8658c284c9fbb920.tar.bz2
gsoc2013-evolution-e996dc22515b3237899b054f8658c284c9fbb920.tar.lz
gsoc2013-evolution-e996dc22515b3237899b054f8658c284c9fbb920.tar.xz
gsoc2013-evolution-e996dc22515b3237899b054f8658c284c9fbb920.tar.zst
gsoc2013-evolution-e996dc22515b3237899b054f8658c284c9fbb920.zip
Added 'match all' rules.
2004-11-12 Not Zed <NotZed@Ximian.com> * filtertypes.xml: * vfoldertypes.xml: * searchtypes.xml: Added 'match all' rules. svn path=/trunk/; revision=27901
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog4
-rw-r--r--mail/em-filter-i18n.h1
-rw-r--r--mail/filtertypes.xml7
-rw-r--r--mail/searchtypes.xml7
-rw-r--r--mail/vfoldertypes.xml7
5 files changed, 26 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index dbff54f9d6..9ae2826f4c 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,9 @@
2004-11-12 Not Zed <NotZed@Ximian.com>
+ * filtertypes.xml:
+ * vfoldertypes.xml:
+ * searchtypes.xml: Added 'match all' rules.
+
** Merge in notzed-messageinfo-branch.
2004-11-11 Radek Doulik <rodo@ximian.com>
diff --git a/mail/em-filter-i18n.h b/mail/em-filter-i18n.h
index 2f5a65ebe7..8740df2398 100644
--- a/mail/em-filter-i18n.h
+++ b/mail/em-filter-i18n.h
@@ -1,5 +1,6 @@
/* Automatically generated. Do not edit. */
char *s = N_("Adjust Score");
+char *s = N_("Always Match");
char *s = N_("Assign Color");
char *s = N_("Assign Score");
char *s = N_("Attachments");
diff --git a/mail/filtertypes.xml b/mail/filtertypes.xml
index dffa4e965f..7e05a607d4 100644
--- a/mail/filtertypes.xml
+++ b/mail/filtertypes.xml
@@ -634,6 +634,13 @@
</input>
</part>
+ <part name="all">
+ <title>Match All</title>
+ <code>
+ (#t)
+ </code>
+ </part>
+
</partset>
diff --git a/mail/searchtypes.xml b/mail/searchtypes.xml
index 8185b4a593..412e5e5ba8 100644
--- a/mail/searchtypes.xml
+++ b/mail/searchtypes.xml
@@ -417,6 +417,13 @@
<input type="string" name="mlist"/>
</part>
+ <part name="all">
+ <title>Match All</title>
+ <code>
+ (#t)
+ </code>
+ </part>
+
</partset>
<ruleset>
diff --git a/mail/vfoldertypes.xml b/mail/vfoldertypes.xml
index d9e2b86841..2d2805e175 100644
--- a/mail/vfoldertypes.xml
+++ b/mail/vfoldertypes.xml
@@ -420,5 +420,12 @@
<input type="string" name="mlist"/>
</part>
+ <part name="all">
+ <title>Match All</title>
+ <code>
+ (#t)
+ </code>
+ </part>
+
</partset>
</filterdescription>