aboutsummaryrefslogtreecommitdiffstats
path: root/filter/libfilter-i18n.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-10-28 06:20:55 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-10-28 06:20:55 +0800
commitba3744e5c73066aeaf922d901dd8e4540e26d03a (patch)
treed73e7d1775976190063f194c42b62310bf3acb48 /filter/libfilter-i18n.h
parent201718d5533f383f65790a7fa7a8f0b4284936d4 (diff)
downloadgsoc2013-evolution-ba3744e5c73066aeaf922d901dd8e4540e26d03a.tar
gsoc2013-evolution-ba3744e5c73066aeaf922d901dd8e4540e26d03a.tar.gz
gsoc2013-evolution-ba3744e5c73066aeaf922d901dd8e4540e26d03a.tar.bz2
gsoc2013-evolution-ba3744e5c73066aeaf922d901dd8e4540e26d03a.tar.lz
gsoc2013-evolution-ba3744e5c73066aeaf922d901dd8e4540e26d03a.tar.xz
gsoc2013-evolution-ba3744e5c73066aeaf922d901dd8e4540e26d03a.tar.zst
gsoc2013-evolution-ba3744e5c73066aeaf922d901dd8e4540e26d03a.zip
Added header-starts-with, header-ends-with, and header-exists menu items.
2000-10-27 Jeffrey Stedfast <fejj@helixcode.com> * filtertypes.xml: Added header-starts-with, header-ends-with, and header-exists menu items. * filter-message-search.c (header_starts_with): New callback to match the beginnings of headers. (header_ends_with): New callback to match the ends of headers. (header_exists): New callback to determine if a header exists which is useful when filtering out all those pesky bug-buddy emails! svn path=/trunk/; revision=6242
Diffstat (limited to 'filter/libfilter-i18n.h')
-rw-r--r--filter/libfilter-i18n.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/filter/libfilter-i18n.h b/filter/libfilter-i18n.h
index 9451d25ee5..b85253bd3b 100644
--- a/filter/libfilter-i18n.h
+++ b/filter/libfilter-i18n.h
@@ -22,15 +22,19 @@ char *s = N_("after");
char *s = N_("before");
char *s = N_("contains");
char *s = N_("does not contain");
+char *s = N_("does not end with");
+char *s = N_("does not exist");
char *s = N_("does not match regex");
-char *s = N_("does not match");
+char *s = N_("does not start with");
+char *s = N_("ends with");
+char *s = N_("exists");
char *s = N_("is greater than");
char *s = N_("is less than");
char *s = N_("is not");
char *s = N_("is");
char *s = N_("matches regex");
-char *s = N_("matches");
char *s = N_("on or after");
char *s = N_("on or before");
+char *s = N_("starts with");
char *s = N_("was after");
char *s = N_("was before");