From 1d60c5cc024dd69b2f0d776bd0f48d1af7fef08b Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 31 Oct 2000 23:38:22 +0000 Subject: Updated to allow the user to select "sounds like" or "does not sound like" 2000-10-31 Jeffrey Stedfast * 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 --- filter/filtertypes.xml | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) (limited to 'filter/filtertypes.xml') diff --git a/filter/filtertypes.xml b/filter/filtertypes.xml index 9b6946c030..3fa396f57b 100644 --- a/filter/filtertypes.xml +++ b/filter/filtertypes.xml @@ -52,6 +52,18 @@ (match-all (not (header-ends-with "From" ${sender}))) + + + + + + + +