diff options
Diffstat (limited to 'maildrop/search.h')
| -rw-r--r-- | maildrop/search.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/maildrop/search.h b/maildrop/search.h index 5f97125..681c082 100644 --- a/maildrop/search.h +++ b/maildrop/search.h @@ -50,7 +50,7 @@ class Search {  	Buffer	current_line;  	Buffer	next_line; -	int	match_header, match_body; +	int	match_top_header, match_other_headers, match_body;  	double	weight1, weight2;  	int	scoring_match; | 
