From 0eb24eaa396b7f5f3ebe6fab21080cda7ba7d4bc Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 31 Oct 2000 03:43:26 +0000 Subject: If a regex option is selected, change the FilterElement data to TRUE else 2000-10-30 Jeffrey Stedfast * filter-option.c (option_activate): If a regex option is selected, change the FilterElement data to TRUE else set to FALSE. * filter-rule.c (more_parts): Validate the previously entered FilterPart before allowing the user to add a new FilterPart. * filter-part.c (filter_part_validate): New convenience function to validate an entire FilterPart expression. * filter-input.c (validate): Validate the entry text if it contains a regular expression. * filter-element.[c,h]: New virtual function to validate the contents of the FilterElement (useful for regex and sexp). (filter_element_validate): You get the idea... svn path=/trunk/; revision=6285 --- filter/filtertypes.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'filter/filtertypes.xml') diff --git a/filter/filtertypes.xml b/filter/filtertypes.xml index 925593e402..07846d731c 100644 --- a/filter/filtertypes.xml +++ b/filter/filtertypes.xml @@ -52,13 +52,13 @@ (match-all (not (header-ends-with "From" ${sender}))) - -