aboutsummaryrefslogtreecommitdiffstats
path: root/filter/libfilter-i18n.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-11-01 07:38:22 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-11-01 07:38:22 +0800
commit1d60c5cc024dd69b2f0d776bd0f48d1af7fef08b (patch)
tree0b5cc1f65dabbe75a2d41c1b234808d71b34aab2 /filter/libfilter-i18n.h
parent92fd4e32e42e6d30f1f37bbec5a00756c2692ce5 (diff)
downloadgsoc2013-evolution-1d60c5cc024dd69b2f0d776bd0f48d1af7fef08b.tar
gsoc2013-evolution-1d60c5cc024dd69b2f0d776bd0f48d1af7fef08b.tar.gz
gsoc2013-evolution-1d60c5cc024dd69b2f0d776bd0f48d1af7fef08b.tar.bz2
gsoc2013-evolution-1d60c5cc024dd69b2f0d776bd0f48d1af7fef08b.tar.lz
gsoc2013-evolution-1d60c5cc024dd69b2f0d776bd0f48d1af7fef08b.tar.xz
gsoc2013-evolution-1d60c5cc024dd69b2f0d776bd0f48d1af7fef08b.tar.zst
gsoc2013-evolution-1d60c5cc024dd69b2f0d776bd0f48d1af7fef08b.zip
Updated to allow the user to select "sounds like" or "does not sound like"
2000-10-31 Jeffrey Stedfast <fejj@helixcode.com> * filtertypes.xml: Updated to allow the user to select "sounds like" or "does not sound like" (uses header-soundex). * filter-message-search.c (header_matches): Oops. Should be using !g_strncasecmp. This should fix it so this filter match works right. (header_starts_with): Same. (header_ends_with): Same. (header_soundex): New filter callback for soundex matching (yes, it's probably a bloated feature but hey, it was fun to code) svn path=/trunk/; revision=6302
Diffstat (limited to 'filter/libfilter-i18n.h')
-rw-r--r--filter/libfilter-i18n.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/filter/libfilter-i18n.h b/filter/libfilter-i18n.h
index 3cac52183b..c725cb7bae 100644
--- a/filter/libfilter-i18n.h
+++ b/filter/libfilter-i18n.h
@@ -31,6 +31,7 @@ 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 sound like");
char *s = N_("does not start with");
char *s = N_("ends with");
char *s = N_("exists");
@@ -41,6 +42,7 @@ char *s = N_("is");
char *s = N_("matches regex");
char *s = N_("on or after");
char *s = N_("on or before");
+char *s = N_("sounds like");
char *s = N_("starts with");
char *s = N_("was after");
char *s = N_("was before");