From dce674fa1a19593e8b9b3b2ddbe5524f9cc54714 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 27 Nov 2000 22:23:33 +0000 Subject: Moved the regex filter rule around - we've changed the format a bit. 2000-11-27 Jeffrey Stedfast * filtertypes.xml: Moved the regex filter rule around - we've changed the format a bit. * filter-option.c (option_activate): Removed. (get_widget): Don't connect the activate signal. * filter-folder.c (validate): Updated. * filter-datespec.c (validate): Updated. * filter-part.c (filter_part_validate): Updated. * filter-input.c (validate): Check the filter-input type - if it's of type "regex", then check for regex validity. * filter-element.c (filter_element_validate): No longer takes a gpointer argument. (filter_element_new_type_name): Allow type "regex" and create a new filter-input with type "regex". 2000-11-24 Michael Meeks * filter-message-search.c (get_full_header): impl. (header_full_regex): use it. 2000-11-23 Michael Meeks * filter-message-search.c (header_full_regex): impl. svn path=/trunk/; revision=6685 --- filter/filtertypes.xml | 89 ++++++++++++-------------------------------------- 1 file changed, 21 insertions(+), 68 deletions(-) (limited to 'filter/filtertypes.xml') diff --git a/filter/filtertypes.xml b/filter/filtertypes.xml index 3fa396f57b..3014d453df 100644 --- a/filter/filtertypes.xml +++ b/filter/filtertypes.xml @@ -64,18 +64,6 @@ (match-all (not (header-soundex "From" ${sender}))) - - @@ -158,21 +146,6 @@ (header-soundex "Cc" ${recipient})))) - - @@ -240,18 +213,6 @@ (match-all (not (header-soundex "Subject" ${subject}))) - - @@ -332,18 +293,6 @@ (match-all (not (header-soundex ${header-field} ${word}))) - - @@ -363,18 +312,6 @@ (not (body-contains ${word})) - - @@ -412,8 +349,7 @@ - - + @@ -444,8 +380,7 @@ - - + @@ -476,8 +411,26 @@ - + + + + + Regex Match + + + + -- cgit v1.2.3