diff options
author | Not Zed <NotZed@Ximian.com> | 2004-11-12 15:07:56 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-11-12 15:07:56 +0800 |
commit | e996dc22515b3237899b054f8658c284c9fbb920 (patch) | |
tree | 8eb470f9308e6e7ec76b150d0eed920ddffa3627 /mail/searchtypes.xml | |
parent | 097e87551eeebeec4b670b96be3fc2c2ec3de133 (diff) | |
download | gsoc2013-evolution-e996dc22515b3237899b054f8658c284c9fbb920.tar.gz 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/searchtypes.xml')
-rw-r--r-- | mail/searchtypes.xml | 7 |
1 files changed, 7 insertions, 0 deletions
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> |