aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-10-26 05:29:11 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-10-26 05:29:11 +0800
commit1c81f56fdefa6412bd1f3ae5f36ad3f872e25ce7 (patch)
tree9e18282eeb2fe230db745f3404b1e02afc68bf6f /filter/ChangeLog
parente2ebe055b611bd040558bffd990a5b6dafa1b334 (diff)
downloadgsoc2013-evolution-1c81f56fdefa6412bd1f3ae5f36ad3f872e25ce7.tar
gsoc2013-evolution-1c81f56fdefa6412bd1f3ae5f36ad3f872e25ce7.tar.gz
gsoc2013-evolution-1c81f56fdefa6412bd1f3ae5f36ad3f872e25ce7.tar.bz2
gsoc2013-evolution-1c81f56fdefa6412bd1f3ae5f36ad3f872e25ce7.tar.lz
gsoc2013-evolution-1c81f56fdefa6412bd1f3ae5f36ad3f872e25ce7.tar.xz
gsoc2013-evolution-1c81f56fdefa6412bd1f3ae5f36ad3f872e25ce7.tar.zst
gsoc2013-evolution-1c81f56fdefa6412bd1f3ae5f36ad3f872e25ce7.zip
Added option menu items to allow searching based on regular expressions.
2000-10-25 Jeffrey Stedfast <fejj@helixcode.com> * filtertypes.xml: Added option menu items to allow searching based on regular expressions. * filter-message-search.c (body_regex): New callback to match text in the body using regex. (body_contains): Modified to only match using strstr. (header_regex): New callback to match headers using regex. (header_contains): Modified to only match using strstr. svn path=/trunk/; revision=6177
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r--filter/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index 5a0052a97d..b35fc305f2 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,14 @@
+2000-10-25 Jeffrey Stedfast <fejj@helixcode.com>
+
+ * filtertypes.xml: Added option menu items to allow searching
+ based on regular expressions.
+
+ * filter-message-search.c (body_regex): New callback to match text
+ in the body using regex.
+ (body_contains): Modified to only match using strstr.
+ (header_regex): New callback to match headers using regex.
+ (header_contains): Modified to only match using strstr.
+
2000-10-24 Jeffrey Stedfast <fejj@helixcode.com>
* filtertypes.xml: Take out the reference to "Source".