Add new quicksearch for header's content only
[claws.git] / tools / filter_conv_new.pl
index adc6278337fa46d3128bc95200b2e385f237324f..4bae1bc03d944e347c82253ccd558959d3680ee5 100755 (executable)
@@ -179,6 +179,8 @@ foreach my $element ($xmlobj->child("filter")->children("rule")) {
                                        }
                                        if ($condition eq "match-any-header") {
                                                $new_filter .= "headers_part ";
+                                       } elsif ($condition eq "match-header-content") {
+                                               $new_filter .= "headers_cont ";
                                        } elsif ($condition eq "match-to-or-cc") {
                                                $new_filter .= "to_or_cc ";
                                        } elsif ($condition eq "match-body-text") {